#558102

Color #558102 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #558102

Tints of Olive Drab #558102

Color information

#558102 (or 0x558102) is unknown color: approx Olive Drab. HEX triplet: 55, 81 and 02. RGB value is (85,129,2). Sum of RGB (Red+Green+Blue) = 85+129+2=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #558102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558102 is #AA7EFD. Grayscale: #656565. Windows color (decimal): -11173630 or 164181. OLE color: 164181.

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

Color convert

RGB851292-
CMYK0.3400.980.49
HSL80.79º96.95%25.69%-
HSV(B)80.79º98.45%50.59%-
XYZ11.6117.642.85-
YUV101.3771.92116.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 129 (50.78% from 255) = 59.72%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=39.35%
G=59.72%
B=0.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8512920.3400.980.4980.7996.9525.69
Hex55812220623151611a
Octal12520124201426112114132
Binary10101011000000110100010011000101100011010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558102; }

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

 H1.HeaderClassName
 {
   color: #558102;
 }
 .AnyTagClassName
 {
   color: #558102;
 }
</style>
background-color css

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

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

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

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

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

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