#534D2F

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

Shades of Thatch Green #534D2F

Tints of Thatch Green #534D2F

Color information

#534D2F (or 0x534D2F) is unknown color: approx Thatch Green. HEX triplet: 53, 4D and 2F. RGB value is (83,77,47). Sum of RGB (Red+Green+Blue) = 83+77+47=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D2F is #ACB2D0. Grayscale: #4B4B4B. Windows color (decimal): -11317969 or 3099987. OLE color: 3099987.

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

Color convert

RGB837747-
CMYK00.070.430.67
HSL50º27.69%25.49%-
HSV(B)50º43.37%32.55%-
XYZ6.737.353.75-
YUV75.37111.99133.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=40.10%
G=37.20%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83774700.070.430.675027.6925.49
Hex534D2F072B43321c19
Octal123115570753103623431
Binary10100111001101101111011110101110000111100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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