#564D2C

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

Shades of Thatch Green #564D2C

Tints of Thatch Green #564D2C

Color information

#564D2C (or 0x564D2C) is unknown color: approx Thatch Green. HEX triplet: 56, 4D and 2C. RGB value is (86,77,44). Sum of RGB (Red+Green+Blue) = 86+77+44=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #564D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D2C is #A9B2D3. Grayscale: #4C4C4C. Windows color (decimal): -11121364 or 2903382. OLE color: 2903382.

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

Color convert

RGB867744-
CMYK00.100.490.66
HSL47.14º32.31%25.49%-
HSV(B)47.14º48.84%33.73%-
XYZ6.957.473.46-
YUV75.93109.98135.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=41.55%
G=37.20%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86774400.100.490.6647.1432.3125.49
Hex564D2C0A31422f2019
Octal1261155401261102574031
Binary1010110100110110110001010110001100001010111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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