#486C51

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

Shades of Mineral Green #486C51

Tints of Mineral Green #486C51

Color information

#486C51 (or 0x486C51) is unknown color: approx Mineral Green. HEX triplet: 48, 6C and 51. RGB value is (72,108,81). Sum of RGB (Red+Green+Blue) = 72+108+81=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 108 - color contains mainly: green. Hex color #486C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C51 is #B793AE. Grayscale: #5E5E5E. Windows color (decimal): -12030895 or 5336136. OLE color: 5336136.

HSL color Cylindrical-coordinate representation of color #486C51: hue angle of 135º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486C51 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB7210881-
CMYK0.3300.250.58
HSL135º20%35.29%-
HSV(B)135º33.33%42.35%-
XYZ9.5212.79.73-
YUV94.16120.57112.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=27.59%
G=41.38%
B=31.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72108810.3300.250.581352035.29
Hex486C51210193A871423
Octal11015412141031722072443
Binary1001000110110010100011000010110011110101000011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,81); }

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

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

 a { background-color: rgb(72,108,81); }

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

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

 span { border-color: rgb(72,108,81); }

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