Html Css Color HEX #496650 Mineral Green

📋 copy color: '#496650'

red 73 ◦ green 102 ◦ blue 80

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

Shades of Mineral Green #496650

Tints of Mineral Green #496650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

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

R = 28.63%
G = 40%
B = 31.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#496650 (or 0x496650) is known color: Mineral Green. HEX triplet: 49, 66 and 50. RGB value is (73,102,80). Sum of RGB (Red+Green+Blue) = 73+102+80=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #496650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496650 is #B699AF. Grayscale: #5A5A5A. Windows color (decimal): -11966896 or 5269065. OLE color: 5269065.

HSL color Cylindrical-coordinate representation of color #496650: hue angle of 134.48º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496650 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 80 -
CMYK 0.28 0 0.22 0.6
HSL 134.48º 0.17% 0.34% -
HSV(B) 134.48º 0.28% 0.4% -
XYZ 8.95 11.5 9.34 -
YUV 90.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 73 102 80 0.28 0 0.22 0.6 134.48 0.17 0.34
Hex 49 66 50 1C 0 16 3C 86 11 22
Octal 111 146 120 34 0 26 74 206 21 42
Binary 1001001 1100110 1010000 11100 0 10110 111100 10000110 10001 100010

Color Harmonies of #496650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496650

Black with #496650

Text Example


Text Example

White with #496650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496650; }

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

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

background-color css

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

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

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

border-color css

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

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

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