#556921

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

Shades of Dark Olive Green #556921

Tints of Dark Olive Green #556921

Color information

#556921 (or 0x556921) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 21. RGB value is (85,105,33). Sum of RGB (Red+Green+Blue) = 85+105+33=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #556921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556921 is #AA96DE. Grayscale: #5B5B5B. Windows color (decimal): -11179743 or 2189653. OLE color: 2189653.

HSL color Cylindrical-coordinate representation of color #556921: hue angle of 76.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #556921 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB8510533-
CMYK0.1900.690.59
HSL76.67º52.17%27.06%-
HSV(B)76.67º68.57%41.18%-
XYZ9.0712.143.3-
YUV90.8195.37123.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=38.12%
G=47.09%
B=14.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105330.1900.690.5976.6752.1727.06
Hex556921130453B4d341b
Octal12515141230105731156433
Binary101010111010011000011001101000101111011100110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556921; }

 p { color: rgb(85,105,33); }

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

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

 a { background-color: rgb(85,105,33); }

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

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

 span { border-color: rgb(85,105,33); }

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