#486752

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

Shades of Mineral Green #486752

Tints of Mineral Green #486752

Color information

#486752 (or 0x486752) is unknown color: approx Mineral Green. HEX triplet: 48, 67 and 52. RGB value is (72,103,82). Sum of RGB (Red+Green+Blue) = 72+103+82=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #486752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486752 is #B798AD. Grayscale: #5B5B5B. Windows color (decimal): -12032174 or 5400392. OLE color: 5400392.

HSL color Cylindrical-coordinate representation of color #486752: hue angle of 139.35º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486752 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB7210382-
CMYK0.3000.200.60
HSL139.35º17.71%34.31%-
HSV(B)139.35º30.1%40.39%-
XYZ9.0511.699.76-
YUV91.34122.73114.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=28.02%
G=40.08%
B=31.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103820.3000.200.60139.3517.7134.31
Hex4867521E0143C8b1222
Octal11014712236024742132242
Binary100100011001111010010111100101001111001000101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486752; }

 p { color: rgb(72,103,82); }

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

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

 a { background-color: rgb(72,103,82); }

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

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

 span { border-color: rgb(72,103,82); }

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