#516D50

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

Shades of Nandor #516D50

Tints of Nandor #516D50

Color information

#516D50 (or 0x516D50) is unknown color: approx Nandor. HEX triplet: 51, 6D and 50. RGB value is (81,109,80). Sum of RGB (Red+Green+Blue) = 81+109+80=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #516D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D50 is #AE92AF. Grayscale: #616161. Windows color (decimal): -11440816 or 5270865. OLE color: 5270865.

HSL color Cylindrical-coordinate representation of color #516D50: hue angle of 117.93º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #516D50 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB8110980-
CMYK0.2600.270.57
HSL117.93º15.34%37.06%-
HSV(B)117.93º26.61%42.75%-
XYZ10.3113.279.61-
YUV97.32118.22116.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 109 (42.97% from 255) = 40.37%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=30%
G=40.37%
B=29.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109800.2600.270.57117.9315.3437.06
Hex516D501A01B3976f25
Octal12115512032033711661745
Binary1010001110110110100001101001101111100111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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