#556A1F

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

Shades of Dark Olive Green #556A1F

Tints of Dark Olive Green #556A1F

Color information

#556A1F (or 0x556A1F) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6A and 1F. RGB value is (85,106,31). Sum of RGB (Red+Green+Blue) = 85+106+31=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 106 - color contains mainly: green. Hex color #556A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A1F is #AA95E0. Grayscale: #5B5B5B. Windows color (decimal): -11179489 or 2058837. OLE color: 2058837.

HSL color Cylindrical-coordinate representation of color #556A1F: hue angle of 76.8º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #556A1F is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB8510631-
CMYK0.2000.710.58
HSL76.8º54.74%26.86%-
HSV(B)76.8º70.75%41.57%-
XYZ9.1512.343.2-
YUV91.1794.04123.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 106 (41.80% from 255) = 47.75%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=38.29%
G=47.75%
B=13.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85106310.2000.710.5876.854.7426.86
Hex556A1F140473A4d371b
Octal12515237240107721156733
Binary10101011101010111111010001000111111010100110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,106,31); }

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

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

 a { background-color: rgb(85,106,31); }

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

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

 span { border-color: rgb(85,106,31); }

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