#496150

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

Shades of Mineral Green #496150

Tints of Mineral Green #496150

Color information

#496150 (or 0x496150) is unknown color: approx Mineral Green. HEX triplet: 49, 61 and 50. RGB value is (73,97,80). Sum of RGB (Red+Green+Blue) = 73+97+80=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #496150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496150 is #B69EAF. Grayscale: #575757. Windows color (decimal): -11968176 or 5267785. OLE color: 5267785.

HSL color Cylindrical-coordinate representation of color #496150: hue angle of 137.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #496150 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB739780-
CMYK0.2500.180.62
HSL137.5º14.12%33.33%-
HSV(B)137.5º24.74%38.04%-
XYZ8.4710.559.18-
YUV87.89123.55117.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 80 (31.64% from 255) = 32%
R=29.2%
G=38.8%
B=32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397800.2500.180.62137.514.1233.33
Hex496150190123E8ae21
Octal11114112031022762121641
Binary10010011100001101000011001010010111110100010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496150; }

 p { color: rgb(73,97,80); }

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

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

 a { background-color: rgb(73,97,80); }

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

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

 span { border-color: rgb(73,97,80); }

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