#516149

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

Shades of Tom Thumb #516149

Tints of Tom Thumb #516149

Color information

#516149 (or 0x516149) is unknown color: approx Tom Thumb. HEX triplet: 51, 61 and 49. RGB value is (81,97,73). Sum of RGB (Red+Green+Blue) = 81+97+73=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #516149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516149 is #AE9EB6. Grayscale: #595959. Windows color (decimal): -11443895 or 4809041. OLE color: 4809041.

HSL color Cylindrical-coordinate representation of color #516149: hue angle of 100º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #516149 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB819773-
CMYK0.1600.250.62
HSL100º14.12%33.33%-
HSV(B)100º24.74%38.04%-
XYZ8.8710.787.92-
YUV89.48118.7121.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=32.27%
G=38.65%
B=29.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197730.1600.250.6210014.1233.33
Hex516149100193E64e21
Octal12114111120031761441641
Binary1010001110000110010011000001100111111011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516149; }

 p { color: rgb(81,97,73); }

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

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

 a { background-color: rgb(81,97,73); }

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

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

 span { border-color: rgb(81,97,73); }

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