#496B54

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

Shades of Mineral Green #496B54

Tints of Mineral Green #496B54

Color information

#496B54 (or 0x496B54) is unknown color: approx Mineral Green. HEX triplet: 49, 6B and 54. RGB value is (73,107,84). Sum of RGB (Red+Green+Blue) = 73+107+84=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #496B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B54 is #B694AB. Grayscale: #5E5E5E. Windows color (decimal): -11965612 or 5532489. OLE color: 5532489.

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

Color convert

RGB7310784-
CMYK0.3200.210.58
HSL139.41º18.89%35.29%-
HSV(B)139.41º31.78%41.96%-
XYZ9.6112.5710.31-
YUV94.21122.24112.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=27.65%
G=40.53%
B=31.82%

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
Decimal73107840.3200.210.58139.4118.8935.29
Hex496B54200153A8b1323
Octal11115312440025722132343
Binary1001001110101110101001000000101011110101000101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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