#556B2D

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

Shades of Dark Olive Green #556B2D

Tints of Dark Olive Green #556B2D

Color information

#556B2D (or 0x556B2D) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6B and 2D. RGB value is (85,107,45). Sum of RGB (Red+Green+Blue) = 85+107+45=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #556B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B2D is #AA94D2. Grayscale: #5D5D5D. Windows color (decimal): -11179219 or 2976597. OLE color: 2976597.

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

Color convert

RGB8510745-
CMYK0.2100.580.58
HSL81.29º40.79%29.8%-
HSV(B)81.29º57.94%41.96%-
XYZ9.4812.644.42-
YUV93.35100.71122.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 107 (42.19% from 255) = 45.15%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=35.86%
G=45.15%
B=18.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107450.2100.580.5881.2940.7929.8
Hex556B2D1503A3A51291e
Octal1251535525072721215136
Binary10101011101011101101101010111010111010101000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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