#46634C

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

Shades of Mineral Green #46634C

Tints of Mineral Green #46634C

Color information

#46634C (or 0x46634C) is unknown color: approx Mineral Green. HEX triplet: 46, 63 and 4C. RGB value is (70,99,76). Sum of RGB (Red+Green+Blue) = 70+99+76=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #46634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46634C is #B99CB3. Grayscale: #575757. Windows color (decimal): -12164276 or 5006150. OLE color: 5006150.

HSL color Cylindrical-coordinate representation of color #46634C: hue angle of 132.41º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46634C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB709976-
CMYK0.2900.230.61
HSL132.41º17.16%33.14%-
HSV(B)132.41º29.29%38.82%-
XYZ8.2910.758.47-
YUV87.71121.39115.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=28.57%
G=40.41%
B=31.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099760.2900.230.61132.4117.1633.14
Hex46634C1D0173D841121
Octal10614311435027752042141
Binary100011011000111001100111010101111111011000010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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