#575030

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

Shades of Thatch Green #575030

Tints of Thatch Green #575030

Color information

#575030 (or 0x575030) is unknown color: approx Thatch Green. HEX triplet: 57, 50 and 30. RGB value is (87,80,48). Sum of RGB (Red+Green+Blue) = 87+80+48=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #575030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575030 is #A8AFCF. Grayscale: #4E4E4E. Windows color (decimal): -11055056 or 3166295. OLE color: 3166295.

HSL color Cylindrical-coordinate representation of color #575030: hue angle of 49.23º 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 #575030 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB878048-
CMYK00.080.450.66
HSL49.23º28.89%26.47%-
HSV(B)49.23º44.83%34.12%-
XYZ7.337.983.95-
YUV78.44110.82134.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=40.47%
G=37.21%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87804800.080.450.6649.2328.8926.47
Hex575030082D42311d1a
Octal1271206001055102613532
Binary101011110100001100000100010110110000101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575030; }

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

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

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

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

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

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

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

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