#516954

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

Shades of Mineral Green #516954

Tints of Mineral Green #516954

Color information

#516954 (or 0x516954) is unknown color: approx Mineral Green. HEX triplet: 51, 69 and 54. RGB value is (81,105,84). Sum of RGB (Red+Green+Blue) = 81+105+84=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #516954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516954 is #AE96AB. Grayscale: #5F5F5F. Windows color (decimal): -11441836 or 5531985. OLE color: 5531985.

HSL color Cylindrical-coordinate representation of color #516954: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #516954 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB8110584-
CMYK0.2300.200.59
HSL127.5º12.9%36.47%-
HSV(B)127.5º22.86%41.18%-
XYZ10.0512.4910.27-
YUV95.43121.55117.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=30%
G=38.89%
B=31.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105840.2300.200.59127.512.936.47
Hex516954170143B7fd24
Octal12115112427024731771544
Binary1010001110100110101001011101010011101111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516954; }

 p { color: rgb(81,105,84); }

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

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

 a { background-color: rgb(81,105,84); }

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

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

 span { border-color: rgb(81,105,84); }

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