#46614C

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

Shades of Mineral Green #46614C

Tints of Mineral Green #46614C

Color information

#46614C (or 0x46614C) is unknown color: approx Mineral Green. HEX triplet: 46, 61 and 4C. RGB value is (70,97,76). Sum of RGB (Red+Green+Blue) = 70+97+76=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #46614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46614C is #B99EB3. Grayscale: #565656. Windows color (decimal): -12164788 or 5005638. OLE color: 5005638.

HSL color Cylindrical-coordinate representation of color #46614C: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46614C is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB709776-
CMYK0.2800.220.62
HSL133.33º16.17%32.75%-
HSV(B)133.33º27.84%38.04%-
XYZ8.110.378.41-
YUV86.53122.05116.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=28.81%
G=39.92%
B=31.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097760.2800.220.62133.3316.1732.75
Hex46614C1C0163E851021
Octal10614111434026762052041
Binary100011011000011001100111000101101111101000010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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