#556722

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

Shades of Dark Olive Green #556722

Tints of Dark Olive Green #556722

Color information

#556722 (or 0x556722) is unknown color: approx Dark Olive Green. HEX triplet: 55, 67 and 22. RGB value is (85,103,34). Sum of RGB (Red+Green+Blue) = 85+103+34=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #556722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556722 is #AA98DD. Grayscale: #5A5A5A. Windows color (decimal): -11180254 or 2254677. OLE color: 2254677.

HSL color Cylindrical-coordinate representation of color #556722: hue angle of 75.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556722 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB8510334-
CMYK0.1700.670.60
HSL75.65º50.36%26.86%-
HSV(B)75.65º66.99%40.39%-
XYZ8.8911.753.31-
YUV89.7596.54124.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 34 (13.67% from 255) = 15.32%
R=38.29%
G=46.40%
B=15.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85103340.1700.670.6075.6550.3626.86
Hex556722110433C4c321b
Octal12514742210103741146233
Binary101010111001111000101000101000011111100100110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556722; }

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

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

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

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

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

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

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

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