#486F53

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

Shades of Mineral Green #486F53

Tints of Mineral Green #486F53

Color information

#486F53 (or 0x486F53) is unknown color: approx Mineral Green. HEX triplet: 48, 6F and 53. RGB value is (72,111,83). Sum of RGB (Red+Green+Blue) = 72+111+83=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #486F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F53 is #B790AC. Grayscale: #606060. Windows color (decimal): -12030125 or 5467976. OLE color: 5467976.

HSL color Cylindrical-coordinate representation of color #486F53: hue angle of 136.92º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F53 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB7211183-
CMYK0.3500.250.56
HSL136.92º21.31%35.88%-
HSV(B)136.92º35.14%43.53%-
XYZ9.9213.3710.24-
YUV96.15120.58110.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=27.07%
G=41.73%
B=31.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111830.3500.250.56136.9221.3135.88
Hex486F532301938891524
Octal11015712343031702112544
Binary1001000110111110100111000110110011110001000100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486F53; }

 p { color: rgb(72,111,83); }

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

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

 a { background-color: rgb(72,111,83); }

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

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

 span { border-color: rgb(72,111,83); }

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