Html Css Color HEX #564E2D Thatch Green

📋 copy color: '#564E2D'

red 86 ◦ green 78 ◦ blue 45

#564E2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch Green #564E2D

Tints of Thatch Green #564E2D

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 value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#564E2D (or 0x564E2D) is known color: 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

RGB 86 78 45 -
CMYK 0 0.09 0.48 0.66
HSL 48.29º 0.31% 0.26% -
HSV(B) 48.29º 0.48% 0.34% -
XYZ 7.04 7.62 3.58 -
YUV 76.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 86 78 45 0 0.09 0.48 0.66 48.29 0.31 0.26
Hex 56 4E 2D 0 9 30 42 30 1F 1A
Octal 126 116 55 0 11 60 102 60 37 32
Binary 1010110 1001110 101101 0 1001 110000 1000010 110000 11111 11010

Color Harmonies of #564E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E2D

Black with #564E2D

Text Example


Text Example

White with #564E2D

Text Example


Text Example

HTML Codes & Css Web 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>