Html Css Color HEX #564D2D Thatch Green

📋 copy color: '#564D2D'

red 86 ◦ green 77 ◦ blue 45

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

Shades of Thatch Green #564D2D

Tints of Thatch Green #564D2D

RGB

 RED value IS 86 (33.98% from 255) = 41.35%

 GREEN value IS 77 (30.47% from 255) = 37.02%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 41.35%
G = 37.02%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#564D2D (or 0x564D2D) is known color: Thatch Green. HEX triplet: 56, 4D and 2D. RGB value is (86,77,45). Sum of RGB (Red+Green+Blue) = 86+77+45=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D2D is #A9B2D2. Grayscale: #4C4C4C. Windows color (decimal): -11121363 or 2968918. OLE color: 2968918.

HSL color Cylindrical-coordinate representation of color #564D2D: hue angle of 46.83º 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 #564D2D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 77 45 -
CMYK 0 0.10 0.48 0.66
HSL 46.83º 0.31% 0.26% -
HSV(B) 46.83º 0.48% 0.34% -
XYZ 6.97 7.48 3.56 -
YUV 76.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 86 77 45 0 0.10 0.48 0.66 46.83 0.31 0.26
Hex 56 4D 2D 0 A 30 42 2F 1F 1A
Octal 126 115 55 0 12 60 102 57 37 32
Binary 1010110 1001101 101101 0 1010 110000 1000010 101111 11111 11010

Color Harmonies of #564D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D2D

Black with #564D2D

Text Example


Text Example

White with #564D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #564D2D;
 }
 .AnyTagClassName
 {
   color: #564D2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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