#496954

Color #496954 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #496954

Tints of Mineral Green #496954

Color information

#496954 (or 0x496954) is unknown color: approx 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

RGB7310584-
CMYK0.3000.200.59
HSL140.62º17.98%34.9%-
HSV(B)140.62º30.48%41.18%-
XYZ9.412.1610.24-
YUV93.04122.9113.71-

RGB Variations

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

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.20% from 255) = 32.06%
R=27.86%
G=40.08%
B=32.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105840.3000.200.59140.6217.9834.9
Hex4969541E0143B8d1223
Octal11115112436024732152243
Binary100100111010011010100111100101001110111000110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>