#566C31

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

Shades of Dark Olive Green #566C31

Tints of Dark Olive Green #566C31

Color information

#566C31 (or 0x566C31) is unknown color: approx Dark Olive Green. HEX triplet: 56, 6C and 31. RGB value is (86,108,49). Sum of RGB (Red+Green+Blue) = 86+108+49=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #566C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566C31 is #A993CE. Grayscale: #5E5E5E. Windows color (decimal): -11113423 or 3238998. OLE color: 3238998.

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

Color convert

RGB8610849-
CMYK0.2000.550.58
HSL82.37º37.58%30.78%-
HSV(B)82.37º54.63%42.35%-
XYZ9.7512.934.89-
YUV94.7102.21121.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 108 (42.58% from 255) = 44.44%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=35.39%
G=44.44%
B=20.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86108490.2000.550.5882.3737.5830.78
Hex566C31140373A52261f
Octal1261546124067721224637
Binary10101101101100110001101000110111111010101001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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