#4C574E

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

Shades of Mineral Green #4C574E

Tints of Mineral Green #4C574E

Color information

#4C574E (or 0x4C574E) is unknown color: approx Mineral Green. HEX triplet: 4C, 57 and 4E. RGB value is (76,87,78). Sum of RGB (Red+Green+Blue) = 76+87+78=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #4C574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C574E is #B3A8B1. Grayscale: #525252. Windows color (decimal): -11774130 or 5134156. OLE color: 5134156.

HSL color Cylindrical-coordinate representation of color #4C574E: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C574E is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB768778-
CMYK0.1300.100.66
HSL130.91º6.75%31.96%-
HSV(B)130.91º12.64%34.12%-
XYZ7.768.98.52-
YUV82.68125.36123.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=31.54%
G=36.10%
B=32.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7687780.1300.100.66130.916.7531.96
Hex4C574ED0A4283720
Octal11412711615012102203740
Binary100110010101111001110110101010100001010000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,87,78); }

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

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

 a { background-color: rgb(76,87,78); }

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

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

 span { border-color: rgb(76,87,78); }

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