#556823

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

Shades of Dark Olive Green #556823

Tints of Dark Olive Green #556823

Color information

#556823 (or 0x556823) is unknown color: approx Dark Olive Green. HEX triplet: 55, 68 and 23. RGB value is (85,104,35). Sum of RGB (Red+Green+Blue) = 85+104+35=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #556823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556823 is #AA97DC. Grayscale: #5A5A5A. Windows color (decimal): -11179997 or 2320469. OLE color: 2320469.

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

Color convert

RGB8510435-
CMYK0.1800.660.59
HSL76.52º49.64%27.25%-
HSV(B)76.52º66.35%40.78%-
XYZ911.953.42-
YUV90.4596.71124.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 35 (14.06% from 255) = 15.62%
R=37.95%
G=46.43%
B=15.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104350.1800.660.5976.5249.6427.25
Hex556823120423B4d321b
Octal12515043220102731156233
Binary101010111010001000111001001000010111011100110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556823; }

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

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

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

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

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

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

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

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