#534D2E

Color #534D2E Thatch Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch Green #534D2E

Tints of Thatch Green #534D2E

Color information

#534D2E (or 0x534D2E) is unknown color: approx Thatch Green. HEX triplet: 53, 4D and 2E. RGB value is (83,77,46). Sum of RGB (Red+Green+Blue) = 83+77+46=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D2E is #ACB2D1. Grayscale: #4B4B4B. Windows color (decimal): -11317970 or 3034451. OLE color: 3034451.

HSL color Cylindrical-coordinate representation of color #534D2E: hue angle of 50.27º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534D2E is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB837746-
CMYK00.070.450.67
HSL50.27º28.68%25.29%-
HSV(B)50.27º44.58%32.55%-
XYZ6.717.343.65-
YUV75.26111.49133.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=40.29%
G=37.38%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83774600.070.450.6750.2728.6825.29
Hex534D2E072D43321d19
Octal123115560755103623531
Binary10100111001101101110011110110110000111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D2E; }

 p { color: rgb(83,77,46); }

 H1.HeaderClassName
 {
   color: #534D2E;
 }
 .AnyTagClassName
 {
   color: #534D2E;
 }
</style>
background-color css

<style>
 a { background-color: #534D2E; }

 a { background-color: rgb(83,77,46); }

 div.DivClassName
 {
   background-color: #534D2E;
 }
 .BgClassName
 {
   background-color: #534D2E;
 }
</style>
border-color css

<style>
 span { border-color: #534D2E; }

 span { border-color: rgb(83,77,46); }

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