#46654F

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

Shades of Mineral Green #46654F

Tints of Mineral Green #46654F

Color information

#46654F (or 0x46654F) is unknown color: approx Mineral Green. HEX triplet: 46, 65 and 4F. RGB value is (70,101,79). Sum of RGB (Red+Green+Blue) = 70+101+79=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #46654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46654F is #B99AB0. Grayscale: #595959. Windows color (decimal): -12163761 or 5203270. OLE color: 5203270.

HSL color Cylindrical-coordinate representation of color #46654F: hue angle of 137.42º degrees, saturation: 0.18, 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 #46654F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB7010179-
CMYK0.3100.220.60
HSL137.42º18.13%33.53%-
HSV(B)137.42º30.69%39.61%-
XYZ8.5911.179.1-
YUV89.22122.23114.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=28%
G=40.4%
B=31.6%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101790.3100.220.60137.4218.1333.53
Hex46654F1F0163C891222
Octal10614511737026742112242
Binary100011011001011001111111110101101111001000100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46654F; }

 p { color: rgb(70,101,79); }

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

<style>
 a { background-color: #46654F; }

 a { background-color: rgb(70,101,79); }

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

<style>
 span { border-color: #46654F; }

 span { border-color: rgb(70,101,79); }

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