Html Css Color HEX #466851 Mineral Green

📋 copy color: '#466851'

red 70 ◦ green 104 ◦ blue 81

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

Shades of Mineral Green #466851

Tints of Mineral Green #466851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.78%

 BLUE value IS 81 (32.03% from 255) = 31.76%

R = 27.45%
G = 40.78%
B = 31.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#466851 (or 0x466851) is known color: Mineral Green. HEX triplet: 46, 68 and 51. RGB value is (70,104,81). Sum of RGB (Red+Green+Blue) = 70+104+81=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #466851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466851 is #B997AE. Grayscale: #5B5B5B. Windows color (decimal): -12162991 or 5335110. OLE color: 5335110.

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

Color convert

RGB 70 104 81 -
CMYK 0.33 0 0.22 0.59
HSL 139.41º 0.2% 0.34% -
HSV(B) 139.41º 0.33% 0.41% -
XYZ 8.96 11.8 9.59 -
YUV 91.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 70 104 81 0.33 0 0.22 0.59 139.41 0.2 0.34
Hex 46 68 51 21 0 16 3B 8B 14 22
Octal 106 150 121 41 0 26 73 213 24 42
Binary 1000110 1101000 1010001 100001 0 10110 111011 10001011 10100 100010

Color Harmonies of #466851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466851

Black with #466851

Text Example


Text Example

White with #466851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466851; }

 p { color: rgb(70,104,81); }

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

background-color css

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

 a { background-color: rgb(70,104,81); }

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

border-color css

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

 span { border-color: rgb(70,104,81); }

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