#516444

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

Shades of Tom Thumb #516444

Tints of Tom Thumb #516444

Color information

#516444 (or 0x516444) is unknown color: approx Tom Thumb. HEX triplet: 51, 64 and 44. RGB value is (81,100,68). Sum of RGB (Red+Green+Blue) = 81+100+68=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #516444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516444 is #AE9BBB. Grayscale: #5A5A5A. Windows color (decimal): -11443132 or 4482129. OLE color: 4482129.

HSL color Cylindrical-coordinate representation of color #516444: hue angle of 95.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516444 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB8110068-
CMYK0.1900.320.61
HSL95.62º19.05%32.94%-
HSV(B)95.62º32%39.22%-
XYZ8.9911.287.17-
YUV90.67115.21121.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=32.53%
G=40.16%
B=27.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100680.1900.320.6195.6219.0532.94
Hex516444130203D601321
Octal12114410423040751402341
Binary101000111001001000100100110100000111101110000010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516444; }

 p { color: rgb(81,100,68); }

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

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

 a { background-color: rgb(81,100,68); }

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

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

 span { border-color: rgb(81,100,68); }

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