#556821

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

Shades of Dark Olive Green #556821

Tints of Dark Olive Green #556821

Color information

#556821 (or 0x556821) is unknown color: approx Dark Olive Green. HEX triplet: 55, 68 and 21. RGB value is (85,104,33). Sum of RGB (Red+Green+Blue) = 85+104+33=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #556821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556821 is #AA97DE. Grayscale: #5A5A5A. Windows color (decimal): -11179999 or 2189397. OLE color: 2189397.

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

Color convert

RGB8510433-
CMYK0.1800.680.59
HSL76.06º51.82%26.86%-
HSV(B)76.06º68.27%40.78%-
XYZ8.9711.943.27-
YUV90.2295.71124.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=38.29%
G=46.85%
B=14.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104330.1800.680.5976.0651.8226.86
Hex556821120443B4c341b
Octal12515041220104731146433
Binary101010111010001000011001001000100111011100110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556821; }

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

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

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

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

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

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

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

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