#46634B

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

Shades of Mineral Green #46634B

Tints of Mineral Green #46634B

Color information

#46634B (or 0x46634B) is unknown color: approx Mineral Green. HEX triplet: 46, 63 and 4B. RGB value is (70,99,75). Sum of RGB (Red+Green+Blue) = 70+99+75=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #46634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46634B is #B99CB4. Grayscale: #575757. Windows color (decimal): -12164277 or 4940614. OLE color: 4940614.

HSL color Cylindrical-coordinate representation of color #46634B: hue angle of 130.34º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46634B is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB709975-
CMYK0.2900.240.61
HSL130.34º17.16%33.14%-
HSV(B)130.34º29.29%38.82%-
XYZ8.2610.738.29-
YUV87.59120.89115.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=28.69%
G=40.57%
B=30.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099750.2900.240.61130.3417.1633.14
Hex46634B1D0183D821121
Octal10614311335030752022141
Binary100011011000111001011111010110001111011000001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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