Html Css Color HEX #496954 Mineral Green

📋 copy color: '#496954'

red 73 ◦ green 105 ◦ blue 84

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

Shades of Mineral Green #496954

Tints of Mineral Green #496954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.06%

R = 27.86%
G = 40.08%
B = 32.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#496954 (or 0x496954) is known color: Mineral Green. HEX triplet: 49, 69 and 54. RGB value is (73,105,84). Sum of RGB (Red+Green+Blue) = 73+105+84=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #496954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496954 is #B696AB. Grayscale: #5D5D5D. Windows color (decimal): -11966124 or 5531977. OLE color: 5531977.

HSL color Cylindrical-coordinate representation of color #496954: hue angle of 140.62º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496954 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 84 -
CMYK 0.30 0 0.20 0.59
HSL 140.63º 0.18% 0.35% -
HSV(B) 140.63º 0.3% 0.41% -
XYZ 9.4 12.16 10.24 -
YUV 93.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 73 105 84 0.30 0 0.20 0.59 140.63 0.18 0.35
Hex 49 69 54 1E 0 14 3B 8D 12 23
Octal 111 151 124 36 0 24 73 215 22 43
Binary 1001001 1101001 1010100 11110 0 10100 111011 10001101 10010 100011

Color Harmonies of #496954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496954

Black with #496954

Text Example


Text Example

White with #496954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496954; }

 p { color: rgb(73,105,84); }

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

background-color css

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

 a { background-color: rgb(73,105,84); }

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

border-color css

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

 span { border-color: rgb(73,105,84); }

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