Html Css Color HEX #524E34 Thatch Green

📋 copy color: '#524E34'

red 82 ◦ green 78 ◦ blue 52

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

Shades of Thatch Green #524E34

Tints of Thatch Green #524E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 38.68%
G = 36.79%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#524E34 (or 0x524E34) is known color: Thatch Green. HEX triplet: 52, 4E and 34. RGB value is (82,78,52). Sum of RGB (Red+Green+Blue) = 82+78+52=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #524E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E34 is #ADB1CB. Grayscale: #4C4C4C. Windows color (decimal): -11383244 or 3427922. OLE color: 3427922.

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

Color convert

RGB 82 78 52 -
CMYK 0 0.05 0.37 0.68
HSL 52º 0.22% 0.26% -
HSV(B) 52º 0.37% 0.32% -
XYZ 6.82 7.49 4.33 -
YUV 76.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 82 78 52 0 0.05 0.37 0.68 52 0.22 0.26
Hex 52 4E 34 0 5 25 44 34 16 1A
Octal 122 116 64 0 5 45 104 64 26 32
Binary 1010010 1001110 110100 0 101 100101 1000100 110100 10110 11010

Color Harmonies of #524E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E34

Black with #524E34

Text Example


Text Example

White with #524E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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