Html Css Color HEX #524D2B Thatch Green

📋 copy color: '#524D2B'

red 82 ◦ green 77 ◦ blue 43

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

Shades of Thatch Green #524D2B

Tints of Thatch Green #524D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 40.59%
G = 38.12%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#524D2B (or 0x524D2B) is known color: Thatch Green. HEX triplet: 52, 4D and 2B. RGB value is (82,77,43). Sum of RGB (Red+Green+Blue) = 82+77+43=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #524D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D2B is #ADB2D4. Grayscale: #4A4A4A. Windows color (decimal): -11383509 or 2837842. OLE color: 2837842.

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

Color convert

RGB 82 77 43 -
CMYK 0 0.06 0.48 0.68
HSL 52.31º 0.31% 0.25% -
HSV(B) 52.31º 0.48% 0.32% -
XYZ 6.57 7.28 3.34 -
YUV 74.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 82 77 43 0 0.06 0.48 0.68 52.31 0.31 0.25
Hex 52 4D 2B 0 6 30 44 34 1F 19
Octal 122 115 53 0 6 60 104 64 37 31
Binary 1010010 1001101 101011 0 110 110000 1000100 110100 11111 11001

Color Harmonies of #524D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D2B

Black with #524D2B

Text Example


Text Example

White with #524D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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