#524D33

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

Shades of Thatch Green #524D33

Tints of Thatch Green #524D33

Color information

#524D33 (or 0x524D33) is unknown color: approx Thatch Green. HEX triplet: 52, 4D and 33. RGB value is (82,77,51). Sum of RGB (Red+Green+Blue) = 82+77+51=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D33 is #ADB2CC. Grayscale: #4B4B4B. Windows color (decimal): -11383501 or 3362130. OLE color: 3362130.

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

Color convert

RGB827751-
CMYK00.060.380.68
HSL50.32º23.31%26.08%-
HSV(B)50.32º37.8%32.16%-
XYZ6.737.344.19-
YUV75.53114.16132.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=39.05%
G=36.67%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82775100.060.380.6850.3223.3126.08
Hex524D3306264432171a
Octal122115630646104622732
Binary10100101001101110011011010011010001001100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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