Color Hex Logo

#058800 Color Hex

#058800
(5,136,0)
0 Favorites   0 Comments

Color spaces of #058800

RGB 51360
HSL0.331.000.27
HSV118°100°53°
CMYK 0.960.001.00   0.47
XYZ8.866717.64062.9376
Yxy17.64060.30110.5991
Hunter Lab42.0007-35.818425.2537
CIE-Lab49.0573-53.653352.1829

#058800 color RGB value is (5,136,0).

#058800 hex color red value is 5, green value is 136 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #058800 hue: 0.33 , saturation: 1.00 and the lightness value of 058800 is 0.27.

The process color (four color CMYK) of #058800 color hex is 0.96, 0.00, 1.00, 0.47. Web safe color of #058800 is #009900. Color #058800 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001000 00000000
Octal 5 210 0
Decimal 5 136 0
Hex 5 88 0

RGB Percentages of Color #058800

%3.55
%96.45
%0.00

CMYK Percentages of Color #058800

%96
%0
%100
%47

Triadic Colors of #058800

#058800 #000588 #880005

Analogous Colors of #058800

#058800 #00883f #498800

Monochromatic Colors of #058800

#058800

Complementary Color

#058800 #830088

#058800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058800 Color CSS Codes

.mybgcolor {background-color:#058800; } 
.myforecolor {color:#058800; }
.mybordercolor {border:3px solid #058800; }

#058800 Text Font Color

<p style="color:#058800">Text here</p>

This sample text font color is #058800
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#058800 Background Color

<div style="background-color:#058800">
Div content here</div>

This div background color is #058800


#058800 Border Color

<div style="border:3px solid #058800">
Div here</div>

This div border color is #058800


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,136,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #058800; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #058800;
  -webkit-box-shadow: 1px 1px 3px 2px #058800;
  box-shadow:         1px 1px 3px 2px #058800; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,136,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #058800">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #058800;
  -webkit-box-shadow: 1px 1px 3px 2px #058800;
  box-shadow:         1px 1px 3px 2px #058800;">
Div content here</div>

This div box has shadow with color #058800


Comments

No comments written yet.

Please login to write comment.