Html Css Color HEX #496150 Mineral Green

📋 copy color: '#496150'

red 73 ◦ green 97 ◦ blue 80

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

Shades of Mineral Green #496150

Tints of Mineral Green #496150

RGB

 RED value IS 73 (28.91% from 255) = 29.2%

 GREEN value IS 97 (38.28% from 255) = 38.8%

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

R = 29.2%
G = 38.8%
B = 32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#496150 (or 0x496150) is known color: Mineral Green. HEX triplet: 49, 61 and 50. RGB value is (73,97,80). Sum of RGB (Red+Green+Blue) = 73+97+80=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #496150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496150 is #B69EAF. Grayscale: #575757. Windows color (decimal): -11968176 or 5267785. OLE color: 5267785.

HSL color Cylindrical-coordinate representation of color #496150: hue angle of 137.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #496150 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 80 -
CMYK 0.25 0 0.18 0.62
HSL 137.5º 0.14% 0.33% -
HSV(B) 137.5º 0.25% 0.38% -
XYZ 8.47 10.55 9.18 -
YUV 87.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 73 97 80 0.25 0 0.18 0.62 137.5 0.14 0.33
Hex 49 61 50 19 0 12 3E 8A E 21
Octal 111 141 120 31 0 22 76 212 16 41
Binary 1001001 1100001 1010000 11001 0 10010 111110 10001010 1110 100001

Color Harmonies of #496150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496150

Black with #496150

Text Example


Text Example

White with #496150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496150; }

 p { color: rgb(73,97,80); }

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

background-color css

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

 a { background-color: rgb(73,97,80); }

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

border-color css

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

 span { border-color: rgb(73,97,80); }

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