#49594C

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

Shades of Mineral Green #49594C

Tints of Mineral Green #49594C

Color information

#49594C (or 0x49594C) is unknown color: approx Mineral Green. HEX triplet: 49, 59 and 4C. RGB value is (73,89,76). Sum of RGB (Red+Green+Blue) = 73+89+76=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #49594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49594C is #B6A6B3. Grayscale: #525252. Windows color (decimal): -11970228 or 5003593. OLE color: 5003593.

HSL color Cylindrical-coordinate representation of color #49594C: hue angle of 131.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49594C is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB738976-
CMYK0.1800.150.65
HSL131.25º9.88%31.76%-
HSV(B)131.25º17.98%34.9%-
XYZ7.629.088.19-
YUV82.73124.2121.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=30.67%
G=37.39%
B=31.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389760.1800.150.65131.259.8831.76
Hex49594C120F4183a20
Octal111131114220171012031240
Binary10010011011001100110010010011111000001100000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49594C; }

 p { color: rgb(73,89,76); }

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

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

 a { background-color: rgb(73,89,76); }

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

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

 span { border-color: rgb(73,89,76); }

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