Html Css Color HEX #524E32 Thatch Green

📋 copy color: '#524E32'

red 82 ◦ green 78 ◦ blue 50

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

Shades of Thatch Green #524E32

Tints of Thatch Green #524E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 39.05%
G = 37.14%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#524E32 (or 0x524E32) is known color: Thatch Green. HEX triplet: 52, 4E and 32. RGB value is (82,78,50). Sum of RGB (Red+Green+Blue) = 82+78+50=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E32 is #ADB1CD. Grayscale: #4C4C4C. Windows color (decimal): -11383246 or 3296850. OLE color: 3296850.

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

Color convert

RGB 82 78 50 -
CMYK 0 0.05 0.39 0.68
HSL 52.5º 0.24% 0.26% -
HSV(B) 52.5º 0.39% 0.32% -
XYZ 6.78 7.47 4.1 -
YUV 76 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 82 78 50 0 0.05 0.39 0.68 52.5 0.24 0.26
Hex 52 4E 32 0 5 27 44 34 18 1A
Octal 122 116 62 0 5 47 104 64 30 32
Binary 1010010 1001110 110010 0 101 100111 1000100 110100 11000 11010

Color Harmonies of #524E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E32

Black with #524E32

Text Example


Text Example

White with #524E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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