#466952

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

Shades of Mineral Green #466952

Tints of Mineral Green #466952

Color information

#466952 (or 0x466952) is unknown color: approx Mineral Green. HEX triplet: 46, 69 and 52. RGB value is (70,105,82). Sum of RGB (Red+Green+Blue) = 70+105+82=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #466952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466952 is #B996AD. Grayscale: #5B5B5B. Windows color (decimal): -12162734 or 5400902. OLE color: 5400902.

HSL color Cylindrical-coordinate representation of color #466952: hue angle of 140.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466952 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB7010582-
CMYK0.3300.220.59
HSL140.57º20%34.31%-
HSV(B)140.57º33.33%41.18%-
XYZ9.112.019.82-
YUV91.91122.4112.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=27.24%
G=40.86%
B=31.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105820.3300.220.59140.572034.31
Hex466952210163B8d1422
Octal10615112241026732152442
Binary1000110110100110100101000010101101110111000110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466952; }

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

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

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

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

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

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

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

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