#4A594D

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

Shades of Mineral Green #4A594D

Tints of Mineral Green #4A594D

Color information

#4A594D (or 0x4A594D) is unknown color: approx Mineral Green. HEX triplet: 4A, 59 and 4D. RGB value is (74,89,77). Sum of RGB (Red+Green+Blue) = 74+89+77=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #4A594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A594D is #B5A6B2. Grayscale: #535353. Windows color (decimal): -11904691 or 5069130. OLE color: 5069130.

HSL color Cylindrical-coordinate representation of color #4A594D: hue angle of 132º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4A594D is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB748977-
CMYK0.1700.130.65
HSL132º9.2%31.96%-
HSV(B)132º16.85%34.9%-
XYZ7.749.148.38-
YUV83.15124.53121.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.83%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=30.83%
G=37.08%
B=32.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7489770.1700.130.651329.231.96
Hex4A594D110D4184920
Octal112131115210151012041140
Binary10010101011001100110110001011011000001100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A594D; }

 p { color: rgb(74,89,77); }

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

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

 a { background-color: rgb(74,89,77); }

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

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

 span { border-color: rgb(74,89,77); }

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