Html Css Color HEX #524E36 Thatch Green

📋 copy color: '#524E36'

red 82 ◦ green 78 ◦ blue 54

#524E36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch Green #524E36

Tints of Thatch Green #524E36

RGB

 RED value IS 82 (32.42% from 255) = 38.32%

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 54 (21.48% from 255) = 25.23%

R = 38.32%
G = 36.45%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#524E36 (or 0x524E36) is known color: Thatch Green. HEX triplet: 52, 4E and 36. RGB value is (82,78,54). Sum of RGB (Red+Green+Blue) = 82+78+54=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #524E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E36 is #ADB1C9. Grayscale: #4C4C4C. Windows color (decimal): -11383242 or 3558994. OLE color: 3558994.

HSL color Cylindrical-coordinate representation of color #524E36: hue angle of 51.43º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524E36 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 78 54 -
CMYK 0 0.05 0.34 0.68
HSL 51.43º 0.21% 0.27% -
HSV(B) 51.43º 0.34% 0.32% -
XYZ 6.87 7.51 4.58 -
YUV 76.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 82 78 54 0 0.05 0.34 0.68 51.43 0.21 0.27
Hex 52 4E 36 0 5 22 44 33 15 1B
Octal 122 116 66 0 5 42 104 63 25 33
Binary 1010010 1001110 110110 0 101 100010 1000100 110011 10101 11011

Color Harmonies of #524E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E36

Black with #524E36

Text Example


Text Example

White with #524E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #524E36;
 }
 .AnyTagClassName
 {
   color: #524E36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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