#556932

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

Shades of Dark Olive Green #556932

Tints of Dark Olive Green #556932

Color information

#556932 (or 0x556932) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 32. RGB value is (85,105,50). Sum of RGB (Red+Green+Blue) = 85+105+50=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #556932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556932 is #AA96CD. Grayscale: #5C5C5C. Windows color (decimal): -11179726 or 3303765. OLE color: 3303765.

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

Color convert

RGB8510550-
CMYK0.1900.520.59
HSL81.82º35.48%30.39%-
HSV(B)81.82º52.38%41.18%-
XYZ9.3712.264.89-
YUV92.75103.87122.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=35.42%
G=43.75%
B=20.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105500.1900.520.5981.8235.4830.39
Hex556932130343B52231e
Octal1251516223064731224336
Binary10101011101001110010100110110100111011101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556932; }

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

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

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

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

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

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

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

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