#466B52

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

Shades of Mineral Green #466B52

Tints of Mineral Green #466B52

Color information

#466B52 (or 0x466B52) is unknown color: approx Mineral Green. HEX triplet: 46, 6B and 52. RGB value is (70,107,82). Sum of RGB (Red+Green+Blue) = 70+107+82=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #466B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B52 is #B994AD. Grayscale: #5D5D5D. Windows color (decimal): -12162222 or 5401414. OLE color: 5401414.

HSL color Cylindrical-coordinate representation of color #466B52: hue angle of 139.46º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B52 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB7010782-
CMYK0.3500.230.58
HSL139.46º20.9%34.71%-
HSV(B)139.46º34.58%41.96%-
XYZ9.3112.439.89-
YUV93.09121.74111.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 107 (42.19% from 255) = 41.31%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=27.03%
G=41.31%
B=31.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107820.3500.230.58139.4620.934.71
Hex466B52230173A8b1523
Octal10615312243027722132543
Binary1000110110101110100101000110101111110101000101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466B52; }

 p { color: rgb(70,107,82); }

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

<style>
 a { background-color: #466B52; }

 a { background-color: rgb(70,107,82); }

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

<style>
 span { border-color: #466B52; }

 span { border-color: rgb(70,107,82); }

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