#486950

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

Shades of Mineral Green #486950

Tints of Mineral Green #486950

Color information

#486950 (or 0x486950) is unknown color: approx Mineral Green. HEX triplet: 48, 69 and 50. RGB value is (72,105,80). Sum of RGB (Red+Green+Blue) = 72+105+80=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #486950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486950 is #B796AF. Grayscale: #5C5C5C. Windows color (decimal): -12031664 or 5269832. OLE color: 5269832.

HSL color Cylindrical-coordinate representation of color #486950: hue angle of 134.55º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486950 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB7210580-
CMYK0.3100.240.59
HSL134.55º18.64%34.71%-
HSV(B)134.55º31.43%41.18%-
XYZ9.1712.069.43-
YUV92.28121.07113.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=28.02%
G=40.86%
B=31.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105800.3100.240.59134.5518.6434.71
Hex4869501F0183B871323
Octal11015112037030732072343
Binary100100011010011010000111110110001110111000011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486950; }

 p { color: rgb(72,105,80); }

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

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

 a { background-color: rgb(72,105,80); }

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

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

 span { border-color: rgb(72,105,80); }

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