Html Css Color HEX #50492D Thatch Green

📋 copy color: '#50492D'

red 80 ◦ green 73 ◦ blue 45

#50492D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch Green #50492D

Tints of Thatch Green #50492D

RGB

 RED value IS 80 (31.64% from 255) = 40.4%

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 40.4%
G = 36.87%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50492D (or 0x50492D) is known color: Thatch Green. HEX triplet: 50, 49 and 2D. RGB value is (80,73,45). Sum of RGB (Red+Green+Blue) = 80+73+45=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50492D is #AFB6D2. Grayscale: #484848. Windows color (decimal): -11515603 or 2967888. OLE color: 2967888.

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

Color convert

RGB 80 73 45 -
CMYK 0 0.09 0.44 0.69
HSL 48º 0.28% 0.25% -
HSV(B) 48º 0.44% 0.31% -
XYZ 6.16 6.66 3.44 -
YUV 71.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 80 73 45 0 0.09 0.44 0.69 48 0.28 0.25
Hex 50 49 2D 0 9 2C 45 30 1C 19
Octal 120 111 55 0 11 54 105 60 34 31
Binary 1010000 1001001 101101 0 1001 101100 1000101 110000 11100 11001

Color Harmonies of #50492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50492D

Black with #50492D

Text Example


Text Example

White with #50492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50492D;
 }
 .AnyTagClassName
 {
   color: #50492D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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