#524D35

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

Shades of Thatch Green #524D35

Tints of Thatch Green #524D35

Color information

#524D35 (or 0x524D35) is unknown color: approx Thatch Green. HEX triplet: 52, 4D and 35. RGB value is (82,77,53). Sum of RGB (Red+Green+Blue) = 82+77+53=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #524D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D35 is #ADB2CA. Grayscale: #4B4B4B. Windows color (decimal): -11383499 or 3493202. OLE color: 3493202.

HSL color Cylindrical-coordinate representation of color #524D35: hue angle of 49.66º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524D35 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB827753-
CMYK00.060.350.68
HSL49.66º21.48%26.47%-
HSV(B)49.66º35.37%32.16%-
XYZ6.787.364.43-
YUV75.76115.16132.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 53 (21.09% from 255) = 25%
R=38.68%
G=36.32%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82775300.060.350.6849.6621.4826.47
Hex524D3506234432151a
Octal122115650643104622532
Binary10100101001101110101011010001110001001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524D35; }

 p { color: rgb(82,77,53); }

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

<style>
 a { background-color: #524D35; }

 a { background-color: rgb(82,77,53); }

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

<style>
 span { border-color: #524D35; }

 span { border-color: rgb(82,77,53); }

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