#57502F

Color #57502F Thatch Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch Green #57502F

Tints of Thatch Green #57502F

Color information

#57502F (or 0x57502F) is unknown color: approx Thatch Green. HEX triplet: 57, 50 and 2F. RGB value is (87,80,47). Sum of RGB (Red+Green+Blue) = 87+80+47=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57502F is #A8AFD0. Grayscale: #4E4E4E. Windows color (decimal): -11055057 or 3100759. OLE color: 3100759.

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

Color convert

RGB878047-
CMYK00.080.460.66
HSL49.5º29.85%26.27%-
HSV(B)49.5º45.98%34.12%-
XYZ7.317.973.84-
YUV78.33110.32134.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=40.65%
G=37.38%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87804700.080.460.6649.529.8526.27
Hex57502F082E42321e1a
Octal1271205701056102623632
Binary101011110100001011110100010111010000101100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57502F;
 }
 .AnyTagClassName
 {
   color: #57502F;
 }
</style>
background-color css

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

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

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

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

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

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