#514D33

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

Shades of Thatch Green #514D33

Tints of Thatch Green #514D33

Color information

#514D33 (or 0x514D33) is unknown color: approx Thatch Green. HEX triplet: 51, 4D and 33. RGB value is (81,77,51). Sum of RGB (Red+Green+Blue) = 81+77+51=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #514D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D33 is #AEB2CC. Grayscale: #4B4B4B. Windows color (decimal): -11449037 or 3362129. OLE color: 3362129.

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

Color convert

RGB817751-
CMYK00.050.370.68
HSL52º22.73%25.88%-
HSV(B)52º37.04%31.76%-
XYZ6.647.34.19-
YUV75.23114.33132.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=38.76%
G=36.84%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81775100.050.370.685222.7325.88
Hex514D3305254434171a
Octal121115630545104642732
Binary10100011001101110011010110010110001001101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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