#486853

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

Shades of Mineral Green #486853

Tints of Mineral Green #486853

Color information

#486853 (or 0x486853) is unknown color: approx Mineral Green. HEX triplet: 48, 68 and 53. RGB value is (72,104,83). Sum of RGB (Red+Green+Blue) = 72+104+83=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #486853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486853 is #B797AC. Grayscale: #5C5C5C. Windows color (decimal): -12031917 or 5466184. OLE color: 5466184.

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

Color convert

RGB7210483-
CMYK0.3100.200.59
HSL140.62º18.18%34.51%-
HSV(B)140.62º30.77%40.78%-
XYZ9.1811.910-
YUV92.04122.9113.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=27.80%
G=40.15%
B=32.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104830.3100.200.59140.6218.1834.51
Hex4868531F0143B8d1223
Octal11015012337024732152243
Binary100100011010001010011111110101001110111000110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486853; }

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

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

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

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

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

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

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

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