#524C30

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

Shades of Thatch Green #524C30

Tints of Thatch Green #524C30

Color information

#524C30 (or 0x524C30) is unknown color: approx Thatch Green. HEX triplet: 52, 4C and 30. RGB value is (82,76,48). Sum of RGB (Red+Green+Blue) = 82+76+48=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #524C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C30 is #ADB3CF. Grayscale: #4A4A4A. Windows color (decimal): -11383760 or 3165266. OLE color: 3165266.

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

Color convert

RGB827648-
CMYK00.070.410.68
HSL49.41º26.15%25.49%-
HSV(B)49.41º41.46%32.16%-
XYZ6.67.183.83-
YUV74.6112.99133.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=39.81%
G=36.89%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82764800.070.410.6849.4126.1525.49
Hex524C30072944311a19
Octal122114600751104613231
Binary10100101001100110000011110100110001001100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,48); }

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

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

 a { background-color: rgb(82,76,48); }

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

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

 span { border-color: rgb(82,76,48); }

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