#4C594F

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

Shades of Mineral Green #4C594F

Tints of Mineral Green #4C594F

Color information

#4C594F (or 0x4C594F) is unknown color: approx Mineral Green. HEX triplet: 4C, 59 and 4F. RGB value is (76,89,79). Sum of RGB (Red+Green+Blue) = 76+89+79=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #4C594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C594F is #B3A6B0. Grayscale: #545454. Windows color (decimal): -11773617 or 5200204. OLE color: 5200204.

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

Color convert

RGB768979-
CMYK0.1500.110.65
HSL133.85º7.88%32.35%-
HSV(B)133.85º14.61%34.9%-
XYZ7.969.258.76-
YUV83.97125.19122.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.15%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=31.15%
G=36.48%
B=32.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7689790.1500.110.65133.857.8832.35
Hex4C594FF0B4186820
Octal114131117170131012061040
Binary1001100101100110011111111010111000001100001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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