#556D2F

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

Shades of Dark Olive Green #556D2F

Tints of Dark Olive Green #556D2F

Color information

#556D2F (or 0x556D2F) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6D and 2F. RGB value is (85,109,47). Sum of RGB (Red+Green+Blue) = 85+109+47=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #556D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D2F is #AA92D0. Grayscale: #5E5E5E. Windows color (decimal): -11178705 or 3108181. OLE color: 3108181.

HSL color Cylindrical-coordinate representation of color #556D2F: hue angle of 83.23º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556D2F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB8510947-
CMYK0.2200.570.57
HSL83.23º39.74%30.59%-
HSV(B)83.23º56.88%42.75%-
XYZ9.7313.074.7-
YUV94.76101.05121.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=35.27%
G=45.23%
B=19.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85109470.2200.570.5783.2339.7430.59
Hex556D2F160393953281f
Octal1251555726071711235037
Binary10101011101101101111101100111001111001101001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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