#556b2f

Color #556B2F DarkOliveGreen (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of DarkOliveGreen #556B2F

Tints of DarkOliveGreen #556B2F

Color information

#556B2F (or 0x556B2F) is known color: DarkOliveGreen. HEX triplet: 55, 6B and 2F. RGB value is (85,107,47). Sum of RGB (Red+Green+Blue) = 85+107+47=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #556B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B2F is #AA94D0. Grayscale: #5D5D5D. Windows color (decimal): -11179217 or 3107669. OLE color: 3107669.

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

Color convert

RGB8510747-
CMYK0.2100.560.58
HSL82º38.96%30.2%-
HSV(B)82º56.07%41.96%-
XYZ9.5212.654.63-
YUV93.58101.71121.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=35.56%
G=44.77%
B=19.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107470.2100.560.588238.9630.2
Hex556B2F150383A52271e
Octal1251535725070721224736
Binary10101011101011101111101010111000111010101001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556b2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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