#496B53

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

Shades of Mineral Green #496B53

Tints of Mineral Green #496B53

Color information

#496B53 (or 0x496B53) is unknown color: approx Mineral Green. HEX triplet: 49, 6B and 53. RGB value is (73,107,83). Sum of RGB (Red+Green+Blue) = 73+107+83=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #496B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B53 is #B694AC. Grayscale: #5E5E5E. Windows color (decimal): -11965613 or 5466953. OLE color: 5466953.

HSL color Cylindrical-coordinate representation of color #496B53: hue angle of 137.65º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B53 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB7310783-
CMYK0.3200.220.58
HSL137.65º18.89%35.29%-
HSV(B)137.65º31.78%41.96%-
XYZ9.5712.5610.1-
YUV94.1121.74112.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=27.76%
G=40.68%
B=31.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107830.3200.220.58137.6518.8935.29
Hex496B53200163A8a1323
Octal11115312340026722122343
Binary1001001110101110100111000000101101110101000101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496B53; }

 p { color: rgb(73,107,83); }

 H1.HeaderClassName
 {
   color: #496B53;
 }
 .AnyTagClassName
 {
   color: #496B53;
 }
</style>
background-color css

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

 a { background-color: rgb(73,107,83); }

 div.DivClassName
 {
   background-color: #496B53;
 }
 .BgClassName
 {
   background-color: #496B53;
 }
</style>
border-color css

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

 span { border-color: rgb(73,107,83); }

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