#566C20

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

Shades of Dark Olive Green #566C20

Tints of Dark Olive Green #566C20

Color information

#566C20 (or 0x566C20) is unknown color: approx Dark Olive Green. HEX triplet: 56, 6C and 20. RGB value is (86,108,32). Sum of RGB (Red+Green+Blue) = 86+108+32=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 108 - color contains mainly: green. Hex color #566C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566C20 is #A993DF. Grayscale: #5D5D5D. Windows color (decimal): -11113440 or 2124886. OLE color: 2124886.

HSL color Cylindrical-coordinate representation of color #566C20: hue angle of 77.37º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #566C20 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB8610832-
CMYK0.2000.700.58
HSL77.37º54.29%27.45%-
HSV(B)77.37º70.37%42.35%-
XYZ9.4612.813.34-
YUV92.7693.71123.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 108 (42.58% from 255) = 47.79%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=38.05%
G=47.79%
B=14.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86108320.2000.700.5877.3754.2927.45
Hex566C20140463A4d361b
Octal12615440240106721156633
Binary101011011011001000001010001000110111010100110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,108,32); }

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

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

 a { background-color: rgb(86,108,32); }

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

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

 span { border-color: rgb(86,108,32); }

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