Html Css Color HEX #50492A Thatch Green

📋 copy color: '#50492A'

red 80 ◦ green 73 ◦ blue 42

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

Shades of Thatch Green #50492A

Tints of Thatch Green #50492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 41.03%
G = 37.44%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50492A (or 0x50492A) is known color: Thatch Green. HEX triplet: 50, 49 and 2A. RGB value is (80,73,42). Sum of RGB (Red+Green+Blue) = 80+73+42=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50492A is #AFB6D5. Grayscale: #474747. Windows color (decimal): -11515606 or 2771280. OLE color: 2771280.

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

Color convert

RGB 80 73 42 -
CMYK 0 0.09 0.48 0.69
HSL 48.95º 0.31% 0.24% -
HSV(B) 48.95º 0.48% 0.31% -
XYZ 6.11 6.64 3.15 -
YUV 71.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 80 73 42 0 0.09 0.48 0.69 48.95 0.31 0.24
Hex 50 49 2A 0 9 30 45 31 1F 18
Octal 120 111 52 0 11 60 105 61 37 30
Binary 1010000 1001001 101010 0 1001 110000 1000101 110001 11111 11000

Color Harmonies of #50492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50492A

Black with #50492A

Text Example


Text Example

White with #50492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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