#516D56

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

Shades of Mineral Green #516D56

Tints of Mineral Green #516D56

Color information

#516D56 (or 0x516D56) is unknown color: approx Mineral Green. HEX triplet: 51, 6D and 56. RGB value is (81,109,86). Sum of RGB (Red+Green+Blue) = 81+109+86=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #516D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D56 is #AE92A9. Grayscale: #626262. Windows color (decimal): -11440810 or 5664081. OLE color: 5664081.

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

Color convert

RGB8110986-
CMYK0.2600.210.57
HSL130.71º14.74%37.25%-
HSV(B)130.71º25.69%42.75%-
XYZ10.5413.3610.83-
YUV98.01121.22115.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=29.35%
G=39.49%
B=31.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109860.2600.210.57130.7114.7437.25
Hex516D561A0153983f25
Octal12115512632025712031745
Binary10100011101101101011011010010101111001100000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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