#558C02

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

Shades of Olive Drab #558C02

Tints of Olive Drab #558C02

Color information

#558C02 (or 0x558C02) is unknown color: approx Olive Drab. HEX triplet: 55, 8C and 02. RGB value is (85,140,2). Sum of RGB (Red+Green+Blue) = 85+140+2=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #558C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558C02 is #AA73FD. Grayscale: #6C6C6C. Windows color (decimal): -11170814 or 166997. OLE color: 166997.

HSL color Cylindrical-coordinate representation of color #558C02: hue angle of 83.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558C02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB851402-
CMYK0.3900.990.45
HSL83.91º97.18%27.84%-
HSV(B)83.91º98.57%54.9%-
XYZ13.1420.693.36-
YUV107.8268.28111.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 140 (55.08% from 255) = 61.67%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=37.44%
G=61.67%
B=0.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8514020.3900.990.4583.9197.1827.84
Hex558C2270632D54611c
Octal12521424701435512414134
Binary10101011000110010100111011000111011011010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558C02; }

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

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

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

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

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

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

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

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