#564E2D

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

Shades of Thatch Green #564E2D

Tints of Thatch Green #564E2D

Color information

#564E2D (or 0x564E2D) is unknown color: approx Thatch Green. HEX triplet: 56, 4E and 2D. RGB value is (86,78,45). Sum of RGB (Red+Green+Blue) = 86+78+45=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #564E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E2D is #A9B1D2. Grayscale: #4C4C4C. Windows color (decimal): -11121107 or 2969174. OLE color: 2969174.

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

Color convert

RGB867845-
CMYK00.090.480.66
HSL48.29º31.3%25.69%-
HSV(B)48.29º47.67%33.73%-
XYZ7.047.623.58-
YUV76.63110.15134.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=41.15%
G=37.32%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86784500.090.480.6648.2931.325.69
Hex564E2D093042301f1a
Octal1261165501160102603732
Binary101011010011101011010100111000010000101100001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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