#556B24

Color #556B24 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #556B24

Tints of Dark Olive Green #556B24

Color information

#556B24 (or 0x556B24) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6B and 24. RGB value is (85,107,36). Sum of RGB (Red+Green+Blue) = 85+107+36=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #556B24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B24 is #AA94DB. Grayscale: #5C5C5C. Windows color (decimal): -11179228 or 2386773. OLE color: 2386773.

HSL color Cylindrical-coordinate representation of color #556B24: hue angle of 78.59º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556B24 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB8510736-
CMYK0.2100.660.58
HSL78.59º49.65%28.04%-
HSV(B)78.59º66.36%41.96%-
XYZ9.3212.573.6-
YUV92.3396.21122.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 107 (42.19% from 255) = 46.93%
BLUE value IS 36 (14.45% from 255) = 15.79%
R=37.28%
G=46.93%
B=15.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107360.2100.660.5878.5949.6528.04
Hex556B24150423A4f321c
Octal12515344250102721176234
Binary101010111010111001001010101000010111010100111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556B24; }

 p { color: rgb(85,107,36); }

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

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

 a { background-color: rgb(85,107,36); }

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

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

 span { border-color: rgb(85,107,36); }

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