#516256

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

Shades of Mineral Green #516256

Tints of Mineral Green #516256

Color information

#516256 (or 0x516256) is unknown color: approx Mineral Green. HEX triplet: 51, 62 and 56. RGB value is (81,98,86). Sum of RGB (Red+Green+Blue) = 81+98+86=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #516256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516256 is #AE9DA9. Grayscale: #5B5B5B. Windows color (decimal): -11443626 or 5661265. OLE color: 5661265.

HSL color Cylindrical-coordinate representation of color #516256: hue angle of 137.65º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #516256 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB819886-
CMYK0.1700.120.62
HSL137.65º9.5%35.1%-
HSV(B)137.65º17.35%38.43%-
XYZ9.4411.1610.46-
YUV91.55124.87120.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=30.57%
G=36.98%
B=32.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198860.1700.120.62137.659.535.1
Hex516256110C3E8a923
Octal12114212621014762121143
Binary1010001110001010101101000101100111110100010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516256; }

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

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

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

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

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

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

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

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