Html Css Color HEX #496350 Mineral Green

📋 copy color: '#496350'

red 73 ◦ green 99 ◦ blue 80

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

Shades of Mineral Green #496350

Tints of Mineral Green #496350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 28.97%
G = 39.29%
B = 31.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#496350 (or 0x496350) is known color: Mineral Green. HEX triplet: 49, 63 and 50. RGB value is (73,99,80). Sum of RGB (Red+Green+Blue) = 73+99+80=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #496350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496350 is #B69CAF. Grayscale: #595959. Windows color (decimal): -11967664 or 5268297. OLE color: 5268297.

HSL color Cylindrical-coordinate representation of color #496350: hue angle of 136.15º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496350 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 80 -
CMYK 0.26 0 0.19 0.61
HSL 136.15º 0.15% 0.34% -
HSV(B) 136.15º 0.26% 0.39% -
XYZ 8.66 10.92 9.24 -
YUV 89.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 73 99 80 0.26 0 0.19 0.61 136.15 0.15 0.34
Hex 49 63 50 1A 0 13 3D 88 F 22
Octal 111 143 120 32 0 23 75 210 17 42
Binary 1001001 1100011 1010000 11010 0 10011 111101 10001000 1111 100010

Color Harmonies of #496350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496350

Black with #496350

Text Example


Text Example

White with #496350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496350; }

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

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

background-color css

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

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

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

border-color css

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

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

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