Html Css Color HEX #524D33 Thatch Green

📋 copy color: '#524D33'

red 82 ◦ green 77 ◦ blue 51

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

Shades of Thatch Green #524D33

Tints of Thatch Green #524D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.29%

R = 39.05%
G = 36.67%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#524D33 (or 0x524D33) is known color: Thatch Green. HEX triplet: 52, 4D and 33. RGB value is (82,77,51). Sum of RGB (Red+Green+Blue) = 82+77+51=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D33 is #ADB2CC. Grayscale: #4B4B4B. Windows color (decimal): -11383501 or 3362130. OLE color: 3362130.

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

Color convert

RGB 82 77 51 -
CMYK 0 0.06 0.38 0.68
HSL 50.32º 0.23% 0.26% -
HSV(B) 50.32º 0.38% 0.32% -
XYZ 6.73 7.34 4.19 -
YUV 75.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 82 77 51 0 0.06 0.38 0.68 50.32 0.23 0.26
Hex 52 4D 33 0 6 26 44 32 17 1A
Octal 122 115 63 0 6 46 104 62 27 32
Binary 1010010 1001101 110011 0 110 100110 1000100 110010 10111 11010

Color Harmonies of #524D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D33

Black with #524D33

Text Example


Text Example

White with #524D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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