#558B04

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

Shades of Olive Drab #558B04

Tints of Olive Drab #558B04

Color information

#558B04 (or 0x558B04) is unknown color: approx Olive Drab. HEX triplet: 55, 8B and 04. RGB value is (85,139,4). Sum of RGB (Red+Green+Blue) = 85+139+4=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #558B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558B04 is #AA74FB. Grayscale: #6B6B6B. Windows color (decimal): -11171068 or 297813. OLE color: 297813.

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

Color convert

RGB851394-
CMYK0.3900.970.45
HSL84º94.41%28.04%-
HSV(B)84º97.12%54.51%-
XYZ1320.413.37-
YUV107.4669.61111.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 139 (54.69% from 255) = 60.96%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=37.28%
G=60.96%
B=1.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8513940.3900.970.458494.4128.04
Hex558B4270612D545e1c
Octal12521344701415512413634
Binary101010110001011100100111011000011011011010100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,139,4); }

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

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

 a { background-color: rgb(85,139,4); }

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

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

 span { border-color: rgb(85,139,4); }

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