Shades of Stromboli #49665C
Tints of Stromboli #49665C
RGB
CMYK
RGB Variations
Color information
#49665C (or 0x49665C) is known color: Stromboli. HEX triplet: 49, 66 and 5C. RGB value is (73,102,92). Sum of RGB (Red+Green+Blue) = 73+102+92=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #49665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49665C is #B699A3. Grayscale: #5C5C5C. Windows color (decimal): -11966884 or 6055497. OLE color: 6055497.
HSL color Cylindrical-coordinate representation of color #49665C: hue angle of 159.31º degrees, saturation: 0.17, 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 #49665C is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 92 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.6 |
| HSL | 159.31º | 0.17% | 0.34% | - |
| HSV(B) | 159.31º | 0.28% | 0.4% | - |
| XYZ | 9.43 | 11.69 | 11.88 | - |
| YUV | 92.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 92 | 0.28 | 0 | 0.10 | 0.6 | 159.31 | 0.17 | 0.34 |
| Hex | 49 | 66 | 5C | 1C | 0 | A | 3C | 9F | 11 | 22 |
| Octal | 111 | 146 | 134 | 34 | 0 | 12 | 74 | 237 | 21 | 42 |
| Binary | 1001001 | 1100110 | 1011100 | 11100 | 0 | 1010 | 111100 | 10011111 | 10001 | 100010 |
Color Harmonies of #49665C
Complementary color
Monochromatic Colors of #49665C
Black with #49665C
Text Example
Text Example
White with #49665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49665C; }
p { color: rgb(73,102,92); }
H1.HeaderClassName
{
color: #49665C;
}
.AnyTagClassName
{
color: #49665C;
}
</style>
background-color css
<style>
a { background-color: #49665C; }
a { background-color: rgb(73,102,92); }
div.DivClassName
{
background-color: #49665C;
}
.BgClassName
{
background-color: #49665C;
}
</style>
border-color css
<style>
span { border-color: #49665C; }
span { border-color: rgb(73,102,92); }
td.TdClassName
{
border-color: #49665C;
}
.TagClassName
{
border-color: #49665C;
}
</style>