#524D2C

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

Shades of Thatch Green #524D2C

Tints of Thatch Green #524D2C

Color information

#524D2C (or 0x524D2C) is unknown color: approx Thatch Green. HEX triplet: 52, 4D and 2C. RGB value is (82,77,44). Sum of RGB (Red+Green+Blue) = 82+77+44=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #524D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D2C is #ADB2D3. Grayscale: #4A4A4A. Windows color (decimal): -11383508 or 2903378. OLE color: 2903378.

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

Color convert

RGB827744-
CMYK00.060.460.68
HSL52.11º30.16%24.71%-
HSV(B)52.11º46.34%32.16%-
XYZ6.597.283.44-
YUV74.73110.66133.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=40.39%
G=37.93%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82774400.060.460.6852.1130.1624.71
Hex524D2C062E44341e19
Octal122115540656104643631
Binary10100101001101101100011010111010001001101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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