#566532

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

Shades of Dark Olive Green #566532

Tints of Dark Olive Green #566532

Color information

#566532 (or 0x566532) is unknown color: approx Dark Olive Green. HEX triplet: 56, 65 and 32. RGB value is (86,101,50). Sum of RGB (Red+Green+Blue) = 86+101+50=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #566532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566532 is #A99ACD. Grayscale: #5A5A5A. Windows color (decimal): -11115214 or 3302742. OLE color: 3302742.

HSL color Cylindrical-coordinate representation of color #566532: hue angle of 77.65º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #566532 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB8610150-
CMYK0.1500.500.60
HSL77.65º33.77%29.61%-
HSV(B)77.65º50.5%39.61%-
XYZ9.0711.524.76-
YUV90.7105.03124.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=36.29%
G=42.62%
B=21.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101500.1500.500.6077.6533.7729.61
Hex566532F0323C4e221e
Octal1261456217062741164236
Binary1010110110010111001011110110010111100100111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566532; }

 p { color: rgb(86,101,50); }

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

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

 a { background-color: rgb(86,101,50); }

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

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

 span { border-color: rgb(86,101,50); }

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