Html Css Color HEX #558802 Olive Drab

📋 copy color: '#558802'

red 85 ◦ green 136 ◦ blue 2

#558802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #558802

Tints of Olive Drab #558802

RGB

 RED value IS 85 (33.59% from 255) = 38.12%

 GREEN value IS 136 (53.52% from 255) = 60.99%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 38.12%
G = 60.99%
B = 0.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#558802 (or 0x558802) is known color: Olive Drab. HEX triplet: 55, 88 and 02. RGB value is (85,136,2). Sum of RGB (Red+Green+Blue) = 85+136+2=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #558802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558802 is #AA77FD. Grayscale: #696969. Windows color (decimal): -11171838 or 165973. OLE color: 165973.

HSL color Cylindrical-coordinate representation of color #558802: hue angle of 82.84º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558802 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 136 2 -
CMYK 0.38 0 0.99 0.47
HSL 82.84º 0.97% 0.27% -
HSV(B) 82.84º 0.99% 0.53% -
XYZ 12.56 19.54 3.17 -
YUV 105.48 69.6 113.4 -
System Red Green Blue C M Y K H S L
Decimal 85 136 2 0.38 0 0.99 0.47 82.84 0.97 0.27
Hex 55 88 2 26 0 63 2F 53 61 1B
Octal 125 210 2 46 0 143 57 123 141 33
Binary 1010101 10001000 10 100110 0 1100011 101111 1010011 1100001 11011

Color Harmonies of #558802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558802

Black with #558802

Text Example


Text Example

White with #558802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558802; }

 p { color: rgb(85,136,2); }

 H1.HeaderClassName
 {
   color: #558802;
 }
 .AnyTagClassName
 {
   color: #558802;
 }
</style>

background-color css

<style>
 a { background-color: #558802; }

 a { background-color: rgb(85,136,2); }

 div.DivClassName
 {
   background-color: #558802;
 }
 .BgClassName
 {
   background-color: #558802;
 }
</style>

border-color css

<style>
 span { border-color: #558802; }

 span { border-color: rgb(85,136,2); }

 td.TdClassName
 {
   border-color: #558802;
 }
 .TagClassName
 {
   border-color: #558802;
 }
</style>