#466A52

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

Shades of Mineral Green #466A52

Tints of Mineral Green #466A52

Color information

#466A52 (or 0x466A52) is unknown color: approx Mineral Green. HEX triplet: 46, 6A and 52. RGB value is (70,106,82). Sum of RGB (Red+Green+Blue) = 70+106+82=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #466A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A52 is #B995AD. Grayscale: #5C5C5C. Windows color (decimal): -12162478 or 5401158. OLE color: 5401158.

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

Color convert

RGB7010682-
CMYK0.3400.230.58
HSL140º20.45%34.51%-
HSV(B)140º33.96%41.57%-
XYZ9.212.229.86-
YUV92.5122.07111.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 106 (41.80% from 255) = 41.09%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=27.13%
G=41.09%
B=31.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106820.3400.230.5814020.4534.51
Hex466A52220173A8c1423
Octal10615212242027722142443
Binary1000110110101010100101000100101111110101000110010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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