#566B2A

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

Shades of Dark Olive Green #566B2A

Tints of Dark Olive Green #566B2A

Color information

#566B2A (or 0x566B2A) is unknown color: approx Dark Olive Green. HEX triplet: 56, 6B and 2A. RGB value is (86,107,42). Sum of RGB (Red+Green+Blue) = 86+107+42=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #566B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566B2A is #A994D5. Grayscale: #5D5D5D. Windows color (decimal): -11113686 or 2779990. OLE color: 2779990.

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

Color convert

RGB8610742-
CMYK0.2000.610.58
HSL79.38º43.62%29.22%-
HSV(B)79.38º60.75%41.96%-
XYZ9.5112.664.13-
YUV93.3199.04122.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.60%
GREEN value IS 107 (42.19% from 255) = 45.53%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=36.60%
G=45.53%
B=17.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86107420.2000.610.5879.3843.6229.22
Hex566B2A1403D3A4f2c1d
Octal1261535224075721175435
Binary10101101101011101010101000111101111010100111110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,42); }

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

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

 a { background-color: rgb(86,107,42); }

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

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

 span { border-color: rgb(86,107,42); }

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