#50492B

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

Shades of Thatch Green #50492B

Tints of Thatch Green #50492B

Color information

#50492B (or 0x50492B) is unknown color: approx Thatch Green. HEX triplet: 50, 49 and 2B. RGB value is (80,73,43). Sum of RGB (Red+Green+Blue) = 80+73+43=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50492B is #AFB6D4. Grayscale: #474747. Windows color (decimal): -11515605 or 2836816. OLE color: 2836816.

HSL color Cylindrical-coordinate representation of color #50492B: hue angle of 48.65º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50492B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB807343-
CMYK00.090.460.69
HSL48.65º30.08%24.12%-
HSV(B)48.65º46.25%31.37%-
XYZ6.136.643.25-
YUV71.67111.82133.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=40.82%
G=37.24%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80734300.090.460.6948.6530.0824.12
Hex50492B092E45311e18
Octal1201115301156105613630
Binary101000010010011010110100110111010001011100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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