#496B55

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

Shades of Mineral Green #496B55

Tints of Mineral Green #496B55

Color information

#496B55 (or 0x496B55) is unknown color: approx Mineral Green. HEX triplet: 49, 6B and 55. RGB value is (73,107,85). Sum of RGB (Red+Green+Blue) = 73+107+85=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #496B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B55 is #B694AA. Grayscale: #5E5E5E. Windows color (decimal): -11965611 or 5598025. OLE color: 5598025.

HSL color Cylindrical-coordinate representation of color #496B55: hue angle of 141.18º 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 #496B55 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB7310785-
CMYK0.3200.210.58
HSL141.18º18.89%35.29%-
HSV(B)141.18º31.78%41.96%-
XYZ9.6512.5910.52-
YUV94.33122.74112.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=27.55%
G=40.38%
B=32.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107850.3200.210.58141.1818.8935.29
Hex496B55200153A8d1323
Octal11115312540025722152343
Binary1001001110101110101011000000101011110101000110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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