#504A30

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

Shades of Thatch Green #504A30

Tints of Thatch Green #504A30

Color information

#504A30 (or 0x504A30) is unknown color: approx Thatch Green. HEX triplet: 50, 4A and 30. RGB value is (80,74,48). Sum of RGB (Red+Green+Blue) = 80+74+48=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A30 is #AFB5CF. Grayscale: #484848. Windows color (decimal): -11515344 or 3164752. OLE color: 3164752.

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

Color convert

RGB807448-
CMYK00.080.400.69
HSL48.75º25%25.1%-
HSV(B)48.75º40%31.37%-
XYZ6.296.823.78-
YUV72.83113.99133.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=39.60%
G=36.63%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80744800.080.400.6948.752525.1
Hex504A30082845311919
Octal1201126001050105613131
Binary101000010010101100000100010100010001011100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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