Html Css Color HEX #575034 Thatch Green

📋 copy color: '#575034'

red 87 ◦ green 80 ◦ blue 52

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

Shades of Thatch Green #575034

Tints of Thatch Green #575034

RGB

 RED value IS 87 (34.38% from 255) = 39.73%

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 39.73%
G = 36.53%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#575034 (or 0x575034) is known color: Thatch Green. HEX triplet: 57, 50 and 34. RGB value is (87,80,52). Sum of RGB (Red+Green+Blue) = 87+80+52=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #575034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575034 is #A8AFCB. Grayscale: #4F4F4F. Windows color (decimal): -11055052 or 3428439. OLE color: 3428439.

HSL color Cylindrical-coordinate representation of color #575034: hue angle of 48º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575034 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 52 -
CMYK 0 0.08 0.40 0.66
HSL 48º 0.25% 0.27% -
HSV(B) 48º 0.4% 0.34% -
XYZ 7.42 8.01 4.4 -
YUV 78.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 87 80 52 0 0.08 0.40 0.66 48 0.25 0.27
Hex 57 50 34 0 8 28 42 30 19 1B
Octal 127 120 64 0 10 50 102 60 31 33
Binary 1010111 1010000 110100 0 1000 101000 1000010 110000 11001 11011

Color Harmonies of #575034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575034

Black with #575034

Text Example


Text Example

White with #575034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575034; }

 p { color: rgb(87,80,52); }

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

background-color css

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

 a { background-color: rgb(87,80,52); }

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

border-color css

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

 span { border-color: rgb(87,80,52); }

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