#516354

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

Shades of Mineral Green #516354

Tints of Mineral Green #516354

Color information

#516354 (or 0x516354) is unknown color: approx Mineral Green. HEX triplet: 51, 63 and 54. RGB value is (81,99,84). Sum of RGB (Red+Green+Blue) = 81+99+84=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #516354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516354 is #AE9CAB. Grayscale: #5B5B5B. Windows color (decimal): -11443372 or 5530449. OLE color: 5530449.

HSL color Cylindrical-coordinate representation of color #516354: hue angle of 130º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #516354 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB819984-
CMYK0.1800.150.61
HSL130º10%35.29%-
HSV(B)130º18.18%38.82%-
XYZ9.4611.3110.07-
YUV91.91123.54120.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=30.68%
G=37.5%
B=31.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199840.1800.150.611301035.29
Hex516354120F3D82a23
Octal12114312422017752021243
Binary1010001110001110101001001001111111101100000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516354; }

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

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

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

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

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

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

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

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