#49614F

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

Shades of Mineral Green #49614F

Tints of Mineral Green #49614F

Color information

#49614F (or 0x49614F) is unknown color: approx Mineral Green. HEX triplet: 49, 61 and 4F. RGB value is (73,97,79). Sum of RGB (Red+Green+Blue) = 73+97+79=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #49614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49614F is #B69EB0. Grayscale: #575757. Windows color (decimal): -11968177 or 5202249. OLE color: 5202249.

HSL color Cylindrical-coordinate representation of color #49614F: hue angle of 135º 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 #49614F is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB739779-
CMYK0.2500.190.62
HSL135º14.12%33.33%-
HSV(B)135º24.74%38.04%-
XYZ8.4310.538.99-
YUV87.77123.05117.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=29.32%
G=38.96%
B=31.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397790.2500.190.6213514.1233.33
Hex49614F190133E87e21
Octal11114111731023762071641
Binary10010011100001100111111001010011111110100001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49614F; }

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

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

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

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

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

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

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

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