Html Css Color HEX #50492B Thatch Green

📋 copy color: '#50492B'

red 80 ◦ green 73 ◦ blue 43

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

Shades of Thatch Green #50492B

Tints of Thatch Green #50492B

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 value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50492B (or 0x50492B) is known color: 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

RGB 80 73 43 -
CMYK 0 0.09 0.46 0.69
HSL 48.65º 0.3% 0.24% -
HSV(B) 48.65º 0.46% 0.31% -
XYZ 6.13 6.64 3.25 -
YUV 71.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 80 73 43 0 0.09 0.46 0.69 48.65 0.3 0.24
Hex 50 49 2B 0 9 2E 45 31 1E 18
Octal 120 111 53 0 11 56 105 61 36 30
Binary 1010000 1001001 101011 0 1001 101110 1000101 110001 11110 11000

Color Harmonies of #50492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50492B

Black with #50492B

Text Example


Text Example

White with #50492B

Text Example


Text Example

HTML Codes & Css Web 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>