Html Css Color HEX #558402 Olive Drab

📋 copy color: '#558402'

red 85 ◦ green 132 ◦ blue 2

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

Shades of Olive Drab #558402

Tints of Olive Drab #558402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.27%

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

R = 38.81%
G = 60.27%
B = 0.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#558402 (or 0x558402) is known color: Olive Drab. HEX triplet: 55, 84 and 02. RGB value is (85,132,2). Sum of RGB (Red+Green+Blue) = 85+132+2=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #558402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558402 is #AA7BFD. Grayscale: #676767. Windows color (decimal): -11172862 or 164949. OLE color: 164949.

HSL color Cylindrical-coordinate representation of color #558402: hue angle of 81.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #558402 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 132 2 -
CMYK 0.36 0 0.98 0.48
HSL 81.69º 0.97% 0.26% -
HSV(B) 81.69º 0.98% 0.52% -
XYZ 12.01 18.44 2.98 -
YUV 103.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 85 132 2 0.36 0 0.98 0.48 81.69 0.97 0.26
Hex 55 84 2 24 0 62 30 52 61 1A
Octal 125 204 2 44 0 142 60 122 141 32
Binary 1010101 10000100 10 100100 0 1100010 110000 1010010 1100001 11010

Color Harmonies of #558402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558402

Black with #558402

Text Example


Text Example

White with #558402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558402; }

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

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

background-color css

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

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

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

border-color css

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

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

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