Shades of Stromboli #49655F
Tints of Stromboli #49655F
RGB
CMYK
RGB Variations
Color information
#49655F (or 0x49655F) is known color: Stromboli. HEX triplet: 49, 65 and 5F. RGB value is (73,101,95). Sum of RGB (Red+Green+Blue) = 73+101+95=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #49655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49655F is #B69AA0. Grayscale: #5B5B5B. Windows color (decimal): -11967137 or 6251849. OLE color: 6251849.
HSL color Cylindrical-coordinate representation of color #49655F: hue angle of 167.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49655F is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 101 | 95 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.60 |
| HSL | 167.14º | 0.16% | 0.34% | - |
| HSV(B) | 167.14º | 0.28% | 0.4% | - |
| XYZ | 9.47 | 11.55 | 12.56 | - |
| YUV | 91.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 95 | 0.28 | 0 | 0.06 | 0.60 | 167.14 | 0.16 | 0.34 |
| Hex | 49 | 65 | 5F | 1C | 0 | 6 | 3C | A7 | 10 | 22 |
| Octal | 111 | 145 | 137 | 34 | 0 | 6 | 74 | 247 | 20 | 42 |
| Binary | 1001001 | 1100101 | 1011111 | 11100 | 0 | 110 | 111100 | 10100111 | 10000 | 100010 |
Color Harmonies of #49655F
Complementary color
Monochromatic Colors of #49655F
Black with #49655F
Text Example
Text Example
White with #49655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49655F; }
p { color: rgb(73,101,95); }
H1.HeaderClassName
{
color: #49655F;
}
.AnyTagClassName
{
color: #49655F;
}
</style>
background-color css
<style>
a { background-color: #49655F; }
a { background-color: rgb(73,101,95); }
div.DivClassName
{
background-color: #49655F;
}
.BgClassName
{
background-color: #49655F;
}
</style>
border-color css
<style>
span { border-color: #49655F; }
span { border-color: rgb(73,101,95); }
td.TdClassName
{
border-color: #49655F;
}
.TagClassName
{
border-color: #49655F;
}
</style>