#496E5E

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

Shades of Stromboli #496E5E

Tints of Stromboli #496E5E

Color information

#496E5E (or 0x496E5E) is unknown color: approx Stromboli. HEX triplet: 49, 6E and 5E. RGB value is (73,110,94). Sum of RGB (Red+Green+Blue) = 73+110+94=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 110 - color contains mainly: green. Hex color #496E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496E5E is #B691A1. Grayscale: #616161. Windows color (decimal): -11964834 or 6188617. OLE color: 6188617.

HSL color Cylindrical-coordinate representation of color #496E5E: hue angle of 154.05º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496E5E is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB7311094-
CMYK0.3400.150.57
HSL154.05º20.22%35.88%-
HSV(B)154.05º33.64%43.14%-
XYZ10.3413.3812.63-
YUV97.11126.24110.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=26.35%
G=39.71%
B=33.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73110940.3400.150.57154.0520.2235.88
Hex496E5E220F399a1424
Octal11115613642017712322444
Binary100100111011101011110100010011111110011001101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,110,94); }

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

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

 a { background-color: rgb(73,110,94); }

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

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

 span { border-color: rgb(73,110,94); }

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