Html Css Color HEX #466950 Mineral Green

📋 copy color: '#466950'

red 70 ◦ green 105 ◦ blue 80

#466950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #466950

Tints of Mineral Green #466950

RGB

 RED value IS 70 (27.73% from 255) = 27.45%

 GREEN value IS 105 (41.41% from 255) = 41.18%

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 27.45%
G = 41.18%
B = 31.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#466950 (or 0x466950) is known color: Mineral Green. HEX triplet: 46, 69 and 50. RGB value is (70,105,80). Sum of RGB (Red+Green+Blue) = 70+105+80=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #466950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466950 is #B996AF. Grayscale: #5B5B5B. Windows color (decimal): -12162736 or 5269830. OLE color: 5269830.

HSL color Cylindrical-coordinate representation of color #466950: hue angle of 137.14º 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 #466950 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 80 -
CMYK 0.33 0 0.24 0.59
HSL 137.14º 0.2% 0.34% -
HSV(B) 137.14º 0.33% 0.41% -
XYZ 9.03 11.98 9.43 -
YUV 91.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 70 105 80 0.33 0 0.24 0.59 137.14 0.2 0.34
Hex 46 69 50 21 0 18 3B 89 14 22
Octal 106 151 120 41 0 30 73 211 24 42
Binary 1000110 1101001 1010000 100001 0 11000 111011 10001001 10100 100010

Color Harmonies of #466950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466950

Black with #466950

Text Example


Text Example

White with #466950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466950; }

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

 H1.HeaderClassName
 {
   color: #466950;
 }
 .AnyTagClassName
 {
   color: #466950;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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