#486951

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

Shades of Mineral Green #486951

Tints of Mineral Green #486951

Color information

#486951 (or 0x486951) is unknown color: approx Mineral Green. HEX triplet: 48, 69 and 51. RGB value is (72,105,81). Sum of RGB (Red+Green+Blue) = 72+105+81=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #486951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486951 is #B796AE. Grayscale: #5C5C5C. Windows color (decimal): -12031663 or 5335368. OLE color: 5335368.

HSL color Cylindrical-coordinate representation of color #486951: hue angle of 136.36º 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 #486951 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB7210581-
CMYK0.3100.230.59
HSL136.36º18.64%34.71%-
HSV(B)136.36º31.43%41.18%-
XYZ9.2112.079.63-
YUV92.4121.57113.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=27.91%
G=40.70%
B=31.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105810.3100.230.59136.3618.6434.71
Hex4869511F0173B881323
Octal11015112137027732102343
Binary100100011010011010001111110101111110111000100010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486951; }

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

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

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

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

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

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

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

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