#46674F

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

Shades of Mineral Green #46674F

Tints of Mineral Green #46674F

Color information

#46674F (or 0x46674F) is unknown color: approx Mineral Green. HEX triplet: 46, 67 and 4F. RGB value is (70,103,79). Sum of RGB (Red+Green+Blue) = 70+103+79=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #46674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46674F is #B998B0. Grayscale: #5A5A5A. Windows color (decimal): -12163249 or 5203782. OLE color: 5203782.

HSL color Cylindrical-coordinate representation of color #46674F: hue angle of 136.36º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46674F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB7010379-
CMYK0.3200.230.60
HSL136.36º19.08%33.92%-
HSV(B)136.36º32.04%40.39%-
XYZ8.7911.579.17-
YUV90.4121.57113.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=27.78%
G=40.87%
B=31.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103790.3200.230.60136.3619.0833.92
Hex46674F200173C881322
Octal10614711740027742102342
Binary1000110110011110011111000000101111111001000100010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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