Shades of Stromboli #49625A
Tints of Stromboli #49625A
RGB
CMYK
RGB Variations
Color information
#49625A (or 0x49625A) is known color: Stromboli. HEX triplet: 49, 62 and 5A. RGB value is (73,98,90). Sum of RGB (Red+Green+Blue) = 73+98+90=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #49625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49625A is #B69DA5. Grayscale: #595959. Windows color (decimal): -11967910 or 5923401. OLE color: 5923401.
HSL color Cylindrical-coordinate representation of color #49625A: hue angle of 160.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49625A is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 90 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.62 |
| HSL | 160.8º | 0.15% | 0.34% | - |
| HSV(B) | 160.8º | 0.26% | 0.38% | - |
| XYZ | 8.96 | 10.89 | 11.3 | - |
| YUV | 89.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 90 | 0.26 | 0 | 0.08 | 0.62 | 160.8 | 0.15 | 0.34 |
| Hex | 49 | 62 | 5A | 1A | 0 | 8 | 3E | A1 | F | 22 |
| Octal | 111 | 142 | 132 | 32 | 0 | 10 | 76 | 241 | 17 | 42 |
| Binary | 1001001 | 1100010 | 1011010 | 11010 | 0 | 1000 | 111110 | 10100001 | 1111 | 100010 |
Color Harmonies of #49625A
Complementary color
Monochromatic Colors of #49625A
Black with #49625A
Text Example
Text Example
White with #49625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49625A; }
p { color: rgb(73,98,90); }
H1.HeaderClassName
{
color: #49625A;
}
.AnyTagClassName
{
color: #49625A;
}
</style>
background-color css
<style>
a { background-color: #49625A; }
a { background-color: rgb(73,98,90); }
div.DivClassName
{
background-color: #49625A;
}
.BgClassName
{
background-color: #49625A;
}
</style>
border-color css
<style>
span { border-color: #49625A; }
span { border-color: rgb(73,98,90); }
td.TdClassName
{
border-color: #49625A;
}
.TagClassName
{
border-color: #49625A;
}
</style>