#486D54

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

Shades of Mineral Green #486D54

Tints of Mineral Green #486D54

Color information

#486D54 (or 0x486D54) is unknown color: approx Mineral Green. HEX triplet: 48, 6D and 54. RGB value is (72,109,84). Sum of RGB (Red+Green+Blue) = 72+109+84=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #486D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D54 is #B792AB. Grayscale: #5F5F5F. Windows color (decimal): -12030636 or 5533000. OLE color: 5533000.

HSL color Cylindrical-coordinate representation of color #486D54: hue angle of 139.46º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D54 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB7210984-
CMYK0.3400.230.57
HSL139.46º20.44%35.49%-
HSV(B)139.46º33.94%42.75%-
XYZ9.7412.9610.37-
YUV95.09121.74111.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=27.17%
G=41.13%
B=31.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109840.3400.230.57139.4620.4435.49
Hex486D5422017398b1423
Octal11015512442027712132443
Binary1001000110110110101001000100101111110011000101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,109,84); }

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

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

 a { background-color: rgb(72,109,84); }

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

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

 span { border-color: rgb(72,109,84); }

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