Shades of Stromboli #49615B
Tints of Stromboli #49615B
RGB
CMYK
RGB Variations
Color information
#49615B (or 0x49615B) is known color: Stromboli. HEX triplet: 49, 61 and 5B. RGB value is (73,97,91). Sum of RGB (Red+Green+Blue) = 73+97+91=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #49615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49615B is #B69EA4. Grayscale: #595959. Windows color (decimal): -11968165 or 5988681. OLE color: 5988681.
HSL color Cylindrical-coordinate representation of color #49615B: hue angle of 165º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49615B is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 91 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.62 |
| HSL | 165º | 0.14% | 0.33% | - |
| HSV(B) | 165º | 0.25% | 0.38% | - |
| XYZ | 8.91 | 10.72 | 11.5 | - |
| YUV | 89.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 91 | 0.25 | 0 | 0.06 | 0.62 | 165 | 0.14 | 0.33 |
| Hex | 49 | 61 | 5B | 19 | 0 | 6 | 3E | A5 | E | 21 |
| Octal | 111 | 141 | 133 | 31 | 0 | 6 | 76 | 245 | 16 | 41 |
| Binary | 1001001 | 1100001 | 1011011 | 11001 | 0 | 110 | 111110 | 10100101 | 1110 | 100001 |
Color Harmonies of #49615B
Complementary color
Monochromatic Colors of #49615B
Black with #49615B
Text Example
Text Example
White with #49615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49615B; }
p { color: rgb(73,97,91); }
H1.HeaderClassName
{
color: #49615B;
}
.AnyTagClassName
{
color: #49615B;
}
</style>
background-color css
<style>
a { background-color: #49615B; }
a { background-color: rgb(73,97,91); }
div.DivClassName
{
background-color: #49615B;
}
.BgClassName
{
background-color: #49615B;
}
</style>
border-color css
<style>
span { border-color: #49615B; }
span { border-color: rgb(73,97,91); }
td.TdClassName
{
border-color: #49615B;
}
.TagClassName
{
border-color: #49615B;
}
</style>