#46604C

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

Shades of Mineral Green #46604C

Tints of Mineral Green #46604C

Color information

#46604C (or 0x46604C) is unknown color: approx Mineral Green. HEX triplet: 46, 60 and 4C. RGB value is (70,96,76). Sum of RGB (Red+Green+Blue) = 70+96+76=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #46604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46604C is #B99FB3. Grayscale: #565656. Windows color (decimal): -12165044 or 5005382. OLE color: 5005382.

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

Color convert

RGB709676-
CMYK0.2700.210.62
HSL133.85º15.66%32.55%-
HSV(B)133.85º27.08%37.65%-
XYZ8.0110.198.38-
YUV85.95122.39116.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=28.93%
G=39.67%
B=31.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096760.2700.210.62133.8515.6632.55
Hex46604C1B0153E861021
Octal10614011433025762062041
Binary100011011000001001100110110101011111101000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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