#46664C

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

Shades of Mineral Green #46664C

Tints of Mineral Green #46664C

Color information

#46664C (or 0x46664C) is unknown color: approx Mineral Green. HEX triplet: 46, 66 and 4C. RGB value is (70,102,76). Sum of RGB (Red+Green+Blue) = 70+102+76=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #46664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46664C is #B999B3. Grayscale: #595959. Windows color (decimal): -12163508 or 5006918. OLE color: 5006918.

HSL color Cylindrical-coordinate representation of color #46664C: hue angle of 131.25º 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 #46664C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB7010276-
CMYK0.3100.250.6
HSL131.25º18.6%33.73%-
HSV(B)131.25º31.37%40%-
XYZ8.5811.338.57-
YUV89.47120.4114.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=28.23%
G=41.13%
B=30.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102760.3100.250.6131.2518.633.73
Hex46664C1F0193C831322
Octal10614611437031742032342
Binary100011011001101001100111110110011111001000001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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