#566C2F

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

Shades of Dark Olive Green #566C2F

Tints of Dark Olive Green #566C2F

Color information

#566C2F (or 0x566C2F) is unknown color: approx Dark Olive Green. HEX triplet: 56, 6C and 2F. RGB value is (86,108,47). Sum of RGB (Red+Green+Blue) = 86+108+47=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #566C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566C2F is #A993D0. Grayscale: #5E5E5E. Windows color (decimal): -11113425 or 3107926. OLE color: 3107926.

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

Color convert

RGB8610847-
CMYK0.2000.560.58
HSL81.64º39.35%30.39%-
HSV(B)81.64º56.48%42.35%-
XYZ9.7112.914.67-
YUV94.47101.21121.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=35.68%
G=44.81%
B=19.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86108470.2000.560.5881.6439.3530.39
Hex566C2F140383A52271e
Octal1261545724070721224736
Binary10101101101100101111101000111000111010101001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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