#575031

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

Shades of Thatch Green #575031

Tints of Thatch Green #575031

Color information

#575031 (or 0x575031) is unknown color: approx Thatch Green. HEX triplet: 57, 50 and 31. RGB value is (87,80,49). Sum of RGB (Red+Green+Blue) = 87+80+49=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #575031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575031 is #A8AFCE. Grayscale: #4E4E4E. Windows color (decimal): -11055055 or 3231831. OLE color: 3231831.

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

Color convert

RGB878049-
CMYK00.080.440.66
HSL48.95º27.94%26.67%-
HSV(B)48.95º43.68%34.12%-
XYZ7.357.994.06-
YUV78.56111.32134.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=40.28%
G=37.04%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87804900.080.440.6648.9527.9426.67
Hex575031082C42311c1b
Octal1271206101054102613433
Binary101011110100001100010100010110010000101100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575031; }

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

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

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

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

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

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

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

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