Html Css Color HEX #57502A Thatch Green

📋 copy color: '#57502A'

red 87 ◦ green 80 ◦ blue 42

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

Shades of Thatch Green #57502A

Tints of Thatch Green #57502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 41.63%
G = 38.28%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57502A (or 0x57502A) is known color: Thatch Green. HEX triplet: 57, 50 and 2A. RGB value is (87,80,42). Sum of RGB (Red+Green+Blue) = 87+80+42=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #57502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57502A is #A8AFD5. Grayscale: #4D4D4D. Windows color (decimal): -11055062 or 2773079. OLE color: 2773079.

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

Color convert

RGB 87 80 42 -
CMYK 0 0.08 0.52 0.66
HSL 50.67º 0.35% 0.25% -
HSV(B) 50.67º 0.52% 0.34% -
XYZ 7.22 7.93 3.34 -
YUV 77.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 87 80 42 0 0.08 0.52 0.66 50.67 0.35 0.25
Hex 57 50 2A 0 8 34 42 33 23 19
Octal 127 120 52 0 10 64 102 63 43 31
Binary 1010111 1010000 101010 0 1000 110100 1000010 110011 100011 11001

Color Harmonies of #57502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57502A

Black with #57502A

Text Example


Text Example

White with #57502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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