#564D30

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

Shades of Thatch Green #564D30

Tints of Thatch Green #564D30

Color information

#564D30 (or 0x564D30) is unknown color: approx Thatch Green. HEX triplet: 56, 4D and 30. RGB value is (86,77,48). Sum of RGB (Red+Green+Blue) = 86+77+48=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #564D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D30 is #A9B2CF. Grayscale: #4C4C4C. Windows color (decimal): -11121360 or 3165526. OLE color: 3165526.

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

Color convert

RGB867748-
CMYK00.100.440.66
HSL45.79º28.36%26.27%-
HSV(B)45.79º44.19%33.73%-
XYZ7.037.53.87-
YUV76.38111.98134.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=40.76%
G=36.49%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86774800.100.440.6645.7928.3626.27
Hex564D300A2C422e1c1a
Octal1261156001254102563432
Binary101011010011011100000101010110010000101011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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