Html Css Color HEX #564D2F Thatch Green

📋 copy color: '#564D2F'

red 86 ◦ green 77 ◦ blue 47

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

Shades of Thatch Green #564D2F

Tints of Thatch Green #564D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 40.95%
G = 36.67%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#564D2F (or 0x564D2F) is known color: Thatch Green. HEX triplet: 56, 4D and 2F. RGB value is (86,77,47). Sum of RGB (Red+Green+Blue) = 86+77+47=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D2F is #A9B2D0. Grayscale: #4C4C4C. Windows color (decimal): -11121361 or 3099990. OLE color: 3099990.

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

Color convert

RGB 86 77 47 -
CMYK 0 0.10 0.45 0.66
HSL 46.15º 0.29% 0.26% -
HSV(B) 46.15º 0.45% 0.34% -
XYZ 7 7.49 3.77 -
YUV 76.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 86 77 47 0 0.10 0.45 0.66 46.15 0.29 0.26
Hex 56 4D 2F 0 A 2D 42 2E 1D 1A
Octal 126 115 57 0 12 55 102 56 35 32
Binary 1010110 1001101 101111 0 1010 101101 1000010 101110 11101 11010

Color Harmonies of #564D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D2F

Black with #564D2F

Text Example


Text Example

White with #564D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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