#516D41

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

Shades of Tom Thumb #516D41

Tints of Tom Thumb #516D41

Color information

#516D41 (or 0x516D41) is unknown color: approx Tom Thumb. HEX triplet: 51, 6D and 41. RGB value is (81,109,65). Sum of RGB (Red+Green+Blue) = 81+109+65=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #516D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D41 is #AE92BE. Grayscale: #5F5F5F. Windows color (decimal): -11440831 or 4287825. OLE color: 4287825.

HSL color Cylindrical-coordinate representation of color #516D41: hue angle of 98.18º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516D41 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB8110965-
CMYK0.2600.400.57
HSL98.18º25.29%34.12%-
HSV(B)98.18º40.37%42.75%-
XYZ9.8213.077.01-
YUV95.61110.72117.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=31.76%
G=42.75%
B=25.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109650.2600.400.5798.1825.2934.12
Hex516D411A02839621922
Octal12115510132050711423142
Binary101000111011011000001110100101000111001110001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516D41; }

 p { color: rgb(81,109,65); }

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

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

 a { background-color: rgb(81,109,65); }

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

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

 span { border-color: rgb(81,109,65); }

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