#50492E

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

Shades of Thatch Green #50492E

Tints of Thatch Green #50492E

Color information

#50492E (or 0x50492E) is unknown color: approx Thatch Green. HEX triplet: 50, 49 and 2E. RGB value is (80,73,46). Sum of RGB (Red+Green+Blue) = 80+73+46=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50492E is #AFB6D1. Grayscale: #484848. Windows color (decimal): -11515602 or 3033424. OLE color: 3033424.

HSL color Cylindrical-coordinate representation of color #50492E: hue angle of 47.65º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50492E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB807346-
CMYK00.090.420.69
HSL47.65º26.98%24.71%-
HSV(B)47.65º42.5%31.37%-
XYZ6.186.673.55-
YUV72.02113.32133.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=40.20%
G=36.68%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80734600.090.420.6947.6526.9824.71
Hex50492E092A45301b19
Octal1201115601152105603331
Binary101000010010011011100100110101010001011100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50492E; }

 p { color: rgb(80,73,46); }

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

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

 a { background-color: rgb(80,73,46); }

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

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

 span { border-color: rgb(80,73,46); }

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