#566A32

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

Shades of Dark Olive Green #566A32

Tints of Dark Olive Green #566A32

Color information

#566A32 (or 0x566A32) is unknown color: approx Dark Olive Green. HEX triplet: 56, 6A and 32. RGB value is (86,106,50). Sum of RGB (Red+Green+Blue) = 86+106+50=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #566A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A32 is #A995CD. Grayscale: #5D5D5D. Windows color (decimal): -11113934 or 3304022. OLE color: 3304022.

HSL color Cylindrical-coordinate representation of color #566A32: hue angle of 81.43º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #566A32 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB8610650-
CMYK0.1900.530.58
HSL81.43º35.9%30.59%-
HSV(B)81.43º52.83%41.57%-
XYZ9.5712.524.93-
YUV93.64103.37122.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 50 (19.92% from 255) = 20.66%
R=35.54%
G=43.80%
B=20.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106500.1900.530.5881.4335.930.59
Hex566A32130353A51241f
Octal1261526223065721214437
Binary10101101101010110010100110110101111010101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566A32; }

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

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

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

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

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

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

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

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