#504A2A

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

Shades of Thatch Green #504A2A

Tints of Thatch Green #504A2A

Color information

#504A2A (or 0x504A2A) is unknown color: approx Thatch Green. HEX triplet: 50, 4A and 2A. RGB value is (80,74,42). Sum of RGB (Red+Green+Blue) = 80+74+42=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #504A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A2A is #AFB5D5. Grayscale: #484848. Windows color (decimal): -11515350 or 2771536. OLE color: 2771536.

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

Color convert

RGB807442-
CMYK00.080.480.69
HSL50.53º31.15%23.92%-
HSV(B)50.53º47.5%31.37%-
XYZ6.176.773.17-
YUV72.15110.99133.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=40.82%
G=37.76%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80744200.080.480.6950.5331.1523.92
Hex504A2A083045331f18
Octal1201125201060105633730
Binary101000010010101010100100011000010001011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504A2A; }

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

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

<style>
 a { background-color: #504A2A; }

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

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

<style>
 span { border-color: #504A2A; }

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

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