#4D6350

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

Shades of Mineral Green #4D6350

Tints of Mineral Green #4D6350

Color information

#4D6350 (or 0x4D6350) is unknown color: approx Mineral Green. HEX triplet: 4D, 63 and 50. RGB value is (77,99,80). Sum of RGB (Red+Green+Blue) = 77+99+80=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6350 is #B29CAF. Grayscale: #5A5A5A. Windows color (decimal): -11705520 or 5268301. OLE color: 5268301.

HSL color Cylindrical-coordinate representation of color #4D6350: hue angle of 128.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D6350 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB779980-
CMYK0.2200.190.61
HSL128.18º12.5%34.51%-
HSV(B)128.18º22.22%38.82%-
XYZ8.9711.089.26-
YUV90.26122.21118.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.08%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=30.08%
G=38.67%
B=31.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7799800.2200.190.61128.1812.534.51
Hex4D6350160133D80c23
Octal11514312026023752001443
Binary10011011100011101000010110010011111101100000001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,99,80); }

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

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

 a { background-color: rgb(77,99,80); }

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

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

 span { border-color: rgb(77,99,80); }

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