#516547

Color #516547 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #516547

Tints of Tom Thumb #516547

Color information

#516547 (or 0x516547) is unknown color: approx Tom Thumb. HEX triplet: 51, 65 and 47. RGB value is (81,101,71). Sum of RGB (Red+Green+Blue) = 81+101+71=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #516547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516547 is #AE9AB8. Grayscale: #5B5B5B. Windows color (decimal): -11442873 or 4678993. OLE color: 4678993.

HSL color Cylindrical-coordinate representation of color #516547: hue angle of 100º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516547 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB8110171-
CMYK0.2000.300.60
HSL100º17.44%33.73%-
HSV(B)100º29.7%39.61%-
XYZ9.1811.517.7-
YUV91.6116.37120.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=32.02%
G=39.92%
B=28.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81101710.2000.300.6010017.4433.73
Hex5165471401E3C641122
Octal12114510724036741442142
Binary10100011100101100011110100011110111100110010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516547; }

 p { color: rgb(81,101,71); }

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

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

 a { background-color: rgb(81,101,71); }

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

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

 span { border-color: rgb(81,101,71); }

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