#416249

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

Shades of Mineral Green #416249

Tints of Mineral Green #416249

Color information

#416249 (or 0x416249) is unknown color: approx Mineral Green. HEX triplet: 41, 62 and 49. RGB value is (65,98,73). Sum of RGB (Red+Green+Blue) = 65+98+73=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #416249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416249 is #BE9DB6. Grayscale: #555555. Windows color (decimal): -12492215 or 4809281. OLE color: 4809281.

HSL color Cylindrical-coordinate representation of color #416249: hue angle of 134.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416249 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB659873-
CMYK0.3400.260.62
HSL134.55º20.25%31.96%-
HSV(B)134.55º33.67%38.43%-
XYZ7.7510.347.89-
YUV85.28121.07113.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=27.54%
G=41.53%
B=30.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598730.3400.260.62134.5520.2531.96
Hex4162492201A3E871420
Octal10114211142032762072440
Binary1000001110001010010011000100110101111101000011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416249; }

 p { color: rgb(65,98,73); }

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

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

 a { background-color: rgb(65,98,73); }

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

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

 span { border-color: rgb(65,98,73); }

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