#506256

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

Shades of Mineral Green #506256

Tints of Mineral Green #506256

Color information

#506256 (or 0x506256) is unknown color: approx Mineral Green. HEX triplet: 50, 62 and 56. RGB value is (80,98,86). Sum of RGB (Red+Green+Blue) = 80+98+86=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #506256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506256 is #AF9DA9. Grayscale: #5B5B5B. Windows color (decimal): -11509162 or 5661264. OLE color: 5661264.

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

Color convert

RGB809886-
CMYK0.1800.120.62
HSL140º10.11%34.9%-
HSV(B)140º18.37%38.43%-
XYZ9.3611.1110.46-
YUV91.25125.04119.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=30.30%
G=37.12%
B=32.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098860.1800.120.6214010.1134.9
Hex506256120C3E8ca23
Octal12014212622014762141243
Binary1010000110001010101101001001100111110100011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506256; }

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

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

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

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

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

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

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

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