#524E35

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

Shades of Thatch Green #524E35

Tints of Thatch Green #524E35

Color information

#524E35 (or 0x524E35) is unknown color: approx Thatch Green. HEX triplet: 52, 4E and 35. RGB value is (82,78,53). Sum of RGB (Red+Green+Blue) = 82+78+53=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #524E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E35 is #ADB1CA. Grayscale: #4C4C4C. Windows color (decimal): -11383243 or 3493458. OLE color: 3493458.

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

Color convert

RGB827853-
CMYK00.050.350.68
HSL51.72º21.48%26.47%-
HSV(B)51.72º35.37%32.16%-
XYZ6.857.54.45-
YUV76.35114.83132.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=38.50%
G=36.62%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82785300.050.350.6851.7221.4826.47
Hex524E3505234434151a
Octal122116650543104642532
Binary10100101001110110101010110001110001001101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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