Html Css Color HEX #524D34 Thatch Green

📋 copy color: '#524D34'

red 82 ◦ green 77 ◦ blue 52

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

Shades of Thatch Green #524D34

Tints of Thatch Green #524D34

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.49%

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

R = 38.86%
G = 36.49%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#524D34 (or 0x524D34) is known color: Thatch Green. HEX triplet: 52, 4D and 34. RGB value is (82,77,52). Sum of RGB (Red+Green+Blue) = 82+77+52=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #524D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D34 is #ADB2CB. Grayscale: #4B4B4B. Windows color (decimal): -11383500 or 3427666. OLE color: 3427666.

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

Color convert

RGB 82 77 52 -
CMYK 0 0.06 0.37 0.68
HSL 50º 0.22% 0.26% -
HSV(B) 50º 0.37% 0.32% -
XYZ 6.75 7.35 4.31 -
YUV 75.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 82 77 52 0 0.06 0.37 0.68 50 0.22 0.26
Hex 52 4D 34 0 6 25 44 32 16 1A
Octal 122 115 64 0 6 45 104 62 26 32
Binary 1010010 1001101 110100 0 110 100101 1000100 110010 10110 11010

Color Harmonies of #524D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D34

Black with #524D34

Text Example


Text Example

White with #524D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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