#46664E

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

Shades of Mineral Green #46664E

Tints of Mineral Green #46664E

Color information

#46664E (or 0x46664E) is unknown color: approx Mineral Green. HEX triplet: 46, 66 and 4E. RGB value is (70,102,78). Sum of RGB (Red+Green+Blue) = 70+102+78=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #46664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46664E is #B999B1. Grayscale: #595959. Windows color (decimal): -12163506 or 5137990. OLE color: 5137990.

HSL color Cylindrical-coordinate representation of color #46664E: hue angle of 135º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46664E is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB7010278-
CMYK0.3100.240.6
HSL135º18.6%33.73%-
HSV(B)135º31.37%40%-
XYZ8.6511.358.94-
YUV89.7121.4113.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=28%
G=40.8%
B=31.2%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102780.3100.240.613518.633.73
Hex46664E1F0183C871322
Octal10614611637030742072342
Binary100011011001101001110111110110001111001000011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46664E; }

 p { color: rgb(70,102,78); }

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

<style>
 a { background-color: #46664E; }

 a { background-color: rgb(70,102,78); }

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

<style>
 span { border-color: #46664E; }

 span { border-color: rgb(70,102,78); }

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