#516D59

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

Shades of Mineral Green #516D59

Tints of Mineral Green #516D59

Color information

#516D59 (or 0x516D59) is unknown color: approx Mineral Green. HEX triplet: 51, 6D and 59. RGB value is (81,109,89). Sum of RGB (Red+Green+Blue) = 81+109+89=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 109 - color contains mainly: green. Hex color #516D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D59 is #AE92A6. Grayscale: #626262. Windows color (decimal): -11440807 or 5860689. OLE color: 5860689.

HSL color Cylindrical-coordinate representation of color #516D59: hue angle of 137.14º 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 #516D59 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB8110989-
CMYK0.2600.180.57
HSL137.14º14.74%37.25%-
HSV(B)137.14º25.69%42.75%-
XYZ10.6713.4111.48-
YUV98.35122.72115.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=29.03%
G=39.07%
B=31.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109890.2600.180.57137.1414.7437.25
Hex516D591A0123989f25
Octal12115513132022712111745
Binary10100011101101101100111010010010111001100010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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