#524E33

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

Shades of Thatch Green #524E33

Tints of Thatch Green #524E33

Color information

#524E33 (or 0x524E33) is unknown color: approx Thatch Green. HEX triplet: 52, 4E and 33. RGB value is (82,78,51). Sum of RGB (Red+Green+Blue) = 82+78+51=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #524E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E33 is #ADB1CC. Grayscale: #4C4C4C. Windows color (decimal): -11383245 or 3362386. OLE color: 3362386.

HSL color Cylindrical-coordinate representation of color #524E33: hue angle of 52.26º 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 #524E33 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB827851-
CMYK00.050.380.68
HSL52.26º23.31%26.08%-
HSV(B)52.26º37.8%32.16%-
XYZ6.87.484.22-
YUV76.12113.83132.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 78 (30.86% from 255) = 36.97%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=38.86%
G=36.97%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82785100.050.380.6852.2623.3126.08
Hex524E3305264434171a
Octal122116630546104642732
Binary10100101001110110011010110011010001001101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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