#516D4C

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

Shades of Tom Thumb #516D4C

Tints of Tom Thumb #516D4C

Color information

#516D4C (or 0x516D4C) is unknown color: approx Tom Thumb. HEX triplet: 51, 6D and 4C. RGB value is (81,109,76). Sum of RGB (Red+Green+Blue) = 81+109+76=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #516D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D4C is #AE92B3. Grayscale: #606060. Windows color (decimal): -11440820 or 5008721. OLE color: 5008721.

HSL color Cylindrical-coordinate representation of color #516D4C: hue angle of 110.91º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516D4C is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB8110976-
CMYK0.2600.300.57
HSL110.91º17.84%36.27%-
HSV(B)110.91º30.28%42.75%-
XYZ10.1713.218.85-
YUV96.87116.22116.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=30.45%
G=40.98%
B=28.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109760.2600.300.57110.9117.8436.27
Hex516D4C1A01E396f1224
Octal12115511432036711572244
Binary10100011101101100110011010011110111001110111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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