#564D2F

Color #564D2F Thatch Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch Green #564D2F

Tints of Thatch Green #564D2F

Color information

#564D2F (or 0x564D2F) is unknown color: approx Thatch Green. HEX triplet: 56, 4D and 2F. RGB value is (86,77,47). Sum of RGB (Red+Green+Blue) = 86+77+47=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D2F is #A9B2D0. Grayscale: #4C4C4C. Windows color (decimal): -11121361 or 3099990. OLE color: 3099990.

HSL color Cylindrical-coordinate representation of color #564D2F: hue angle of 46.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #564D2F is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB867747-
CMYK00.100.450.66
HSL46.15º29.32%26.08%-
HSV(B)46.15º45.35%33.73%-
XYZ77.493.77-
YUV76.27111.48134.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=40.95%
G=36.67%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86774700.100.450.6646.1529.3226.08
Hex564D2F0A2D422e1d1a
Octal1261155701255102563532
Binary101011010011011011110101010110110000101011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564D2F; }

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

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

<style>
 a { background-color: #564D2F; }

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

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

<style>
 span { border-color: #564D2F; }

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

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