#4C564E

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

Shades of Mineral Green #4C564E

Tints of Mineral Green #4C564E

Color information

#4C564E (or 0x4C564E) is unknown color: approx Mineral Green. HEX triplet: 4C, 56 and 4E. RGB value is (76,86,78). Sum of RGB (Red+Green+Blue) = 76+86+78=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #4C564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C564E is #B3A9B1. Grayscale: #525252. Windows color (decimal): -11774386 or 5133900. OLE color: 5133900.

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

Color convert

RGB768678-
CMYK0.1200.090.66
HSL132º6.17%31.76%-
HSV(B)132º11.63%33.73%-
XYZ7.688.748.49-
YUV82.1125.69123.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=31.67%
G=35.83%
B=32.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7686780.1200.090.661326.1731.76
Hex4C564EC094284620
Octal11412611614011102204640
Binary100110010101101001110110001001100001010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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