#406A4C

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

Shades of Mineral Green #406A4C

Tints of Mineral Green #406A4C

Color information

#406A4C (or 0x406A4C) is unknown color: approx Mineral Green. HEX triplet: 40, 6A and 4C. RGB value is (64,106,76). Sum of RGB (Red+Green+Blue) = 64+106+76=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #406A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A4C is #BF95B3. Grayscale: #5A5A5A. Windows color (decimal): -12555700 or 5007936. OLE color: 5007936.

HSL color Cylindrical-coordinate representation of color #406A4C: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A4C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB6410676-
CMYK0.4000.280.58
HSL137.14º24.71%33.33%-
HSV(B)137.14º39.62%41.57%-
XYZ8.5711.928.69-
YUV90.02120.09109.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=26.02%
G=43.09%
B=30.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106760.4000.280.58137.1424.7133.33
Hex406A4C2801C3A891921
Octal10015211450034722113141
Binary1000000110101010011001010000111001110101000100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A4C; }

 p { color: rgb(64,106,76); }

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

<style>
 a { background-color: #406A4C; }

 a { background-color: rgb(64,106,76); }

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

<style>
 span { border-color: #406A4C; }

 span { border-color: rgb(64,106,76); }

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