#566B2D

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

Shades of Dark Olive Green #566B2D

Tints of Dark Olive Green #566B2D

Color information

#566B2D (or 0x566B2D) is unknown color: approx Dark Olive Green. HEX triplet: 56, 6B and 2D. RGB value is (86,107,45). Sum of RGB (Red+Green+Blue) = 86+107+45=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #566B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566B2D is #A994D2. Grayscale: #5D5D5D. Windows color (decimal): -11113683 or 2976598. OLE color: 2976598.

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

Color convert

RGB8610745-
CMYK0.2000.580.58
HSL80.32º40.79%29.8%-
HSV(B)80.32º57.94%41.96%-
XYZ9.5712.684.43-
YUV93.65100.54122.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.13%
GREEN value IS 107 (42.19% from 255) = 44.96%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=36.13%
G=44.96%
B=18.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86107450.2000.580.5880.3240.7929.8
Hex566B2D1403A3A50291e
Octal1261535524072721205136
Binary10101101101011101101101000111010111010101000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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