#556822

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

Shades of Dark Olive Green #556822

Tints of Dark Olive Green #556822

Color information

#556822 (or 0x556822) is unknown color: approx Dark Olive Green. HEX triplet: 55, 68 and 22. RGB value is (85,104,34). Sum of RGB (Red+Green+Blue) = 85+104+34=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #556822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556822 is #AA97DD. Grayscale: #5A5A5A. Windows color (decimal): -11179998 or 2254933. OLE color: 2254933.

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

Color convert

RGB8510434-
CMYK0.1800.670.59
HSL76.29º50.72%27.06%-
HSV(B)76.29º67.31%40.78%-
XYZ8.9911.953.35-
YUV90.3496.21124.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=38.12%
G=46.64%
B=15.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104340.1800.670.5976.2950.7227.06
Hex556822120433B4c331b
Octal12515042220103731146333
Binary101010111010001000101001001000011111011100110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556822; }

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

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

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

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

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

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

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

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