#556B28

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

Shades of Dark Olive Green #556B28

Tints of Dark Olive Green #556B28

Color information

#556B28 (or 0x556B28) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6B and 28. RGB value is (85,107,40). Sum of RGB (Red+Green+Blue) = 85+107+40=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #556B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B28 is #AA94D7. Grayscale: #5D5D5D. Windows color (decimal): -11179224 or 2648917. OLE color: 2648917.

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

Color convert

RGB8510740-
CMYK0.2100.630.58
HSL79.7º45.58%28.82%-
HSV(B)79.7º62.62%41.96%-
XYZ9.3912.63.94-
YUV92.7898.21122.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=36.64%
G=46.12%
B=17.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107400.2100.630.5879.745.5828.82
Hex556B281503F3A502e1d
Octal1251535025077721205635
Binary10101011101011101000101010111111111010101000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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