#514D34

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

Shades of Thatch Green #514D34

Tints of Thatch Green #514D34

Color information

#514D34 (or 0x514D34) is unknown color: approx Thatch Green. HEX triplet: 51, 4D and 34. RGB value is (81,77,52). Sum of RGB (Red+Green+Blue) = 81+77+52=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #514D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D34 is #AEB2CB. Grayscale: #4B4B4B. Windows color (decimal): -11449036 or 3427665. OLE color: 3427665.

HSL color Cylindrical-coordinate representation of color #514D34: hue angle of 51.72º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #514D34 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB817752-
CMYK00.050.360.68
HSL51.72º21.8%26.08%-
HSV(B)51.72º35.8%31.76%-
XYZ6.677.314.31-
YUV75.35114.83132.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 52 (20.70% from 255) = 24.76%
R=38.57%
G=36.67%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81775200.050.360.6851.7221.826.08
Hex514D3405244434161a
Octal121115640544104642632
Binary10100011001101110100010110010010001001101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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