#46604B

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

Shades of Mineral Green #46604B

Tints of Mineral Green #46604B

Color information

#46604B (or 0x46604B) is unknown color: approx Mineral Green. HEX triplet: 46, 60 and 4B. RGB value is (70,96,75). Sum of RGB (Red+Green+Blue) = 70+96+75=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #46604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46604B is #B99FB4. Grayscale: #555555. Windows color (decimal): -12165045 or 4939846. OLE color: 4939846.

HSL color Cylindrical-coordinate representation of color #46604B: hue angle of 131.54º 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 #46604B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB709675-
CMYK0.2700.220.62
HSL131.54º15.66%32.55%-
HSV(B)131.54º27.08%37.65%-
XYZ7.9810.188.2-
YUV85.83121.89116.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=29.05%
G=39.83%
B=31.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096750.2700.220.62131.5415.6632.55
Hex46604B1B0163E841021
Octal10614011333026762042041
Binary100011011000001001011110110101101111101000010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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