Shades of Stromboli #49605A
Tints of Stromboli #49605A
RGB
CMYK
RGB Variations
Color information
#49605A (or 0x49605A) is known color: Stromboli. HEX triplet: 49, 60 and 5A. RGB value is (73,96,90). Sum of RGB (Red+Green+Blue) = 73+96+90=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #49605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49605A is #B69FA5. Grayscale: #585858. Windows color (decimal): -11968422 or 5922889. OLE color: 5922889.
HSL color Cylindrical-coordinate representation of color #49605A: hue angle of 164.35º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49605A is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 90 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.62 |
| HSL | 164.35º | 0.14% | 0.33% | - |
| HSV(B) | 164.35º | 0.24% | 0.38% | - |
| XYZ | 8.78 | 10.52 | 11.24 | - |
| YUV | 88.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 90 | 0.24 | 0 | 0.06 | 0.62 | 164.35 | 0.14 | 0.33 |
| Hex | 49 | 60 | 5A | 18 | 0 | 6 | 3E | A4 | E | 21 |
| Octal | 111 | 140 | 132 | 30 | 0 | 6 | 76 | 244 | 16 | 41 |
| Binary | 1001001 | 1100000 | 1011010 | 11000 | 0 | 110 | 111110 | 10100100 | 1110 | 100001 |
Color Harmonies of #49605A
Complementary color
Monochromatic Colors of #49605A
Black with #49605A
Text Example
Text Example
White with #49605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49605A; }
p { color: rgb(73,96,90); }
H1.HeaderClassName
{
color: #49605A;
}
.AnyTagClassName
{
color: #49605A;
}
</style>
background-color css
<style>
a { background-color: #49605A; }
a { background-color: rgb(73,96,90); }
div.DivClassName
{
background-color: #49605A;
}
.BgClassName
{
background-color: #49605A;
}
</style>
border-color css
<style>
span { border-color: #49605A; }
span { border-color: rgb(73,96,90); }
td.TdClassName
{
border-color: #49605A;
}
.TagClassName
{
border-color: #49605A;
}
</style>