Shades of Stromboli #495E59
Tints of Stromboli #495E59
RGB
CMYK
RGB Variations
Color information
#495E59 (or 0x495E59) is known color: Stromboli. HEX triplet: 49, 5E and 59. RGB value is (73,94,89). Sum of RGB (Red+Green+Blue) = 73+94+89=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 94 - color contains mainly: green. Hex color #495E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E59 is #B6A1A6. Grayscale: #575757. Windows color (decimal): -11968935 or 5856841. OLE color: 5856841.
HSL color Cylindrical-coordinate representation of color #495E59: hue angle of 165.71º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495E59 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 94 | 89 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.63 |
| HSL | 165.71º | 0.13% | 0.33% | - |
| HSV(B) | 165.71º | 0.22% | 0.37% | - |
| XYZ | 8.55 | 10.14 | 10.96 | - |
| YUV | 87.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 89 | 0.22 | 0 | 0.05 | 0.63 | 165.71 | 0.13 | 0.33 |
| Hex | 49 | 5E | 59 | 16 | 0 | 5 | 3F | A6 | D | 21 |
| Octal | 111 | 136 | 131 | 26 | 0 | 5 | 77 | 246 | 15 | 41 |
| Binary | 1001001 | 1011110 | 1011001 | 10110 | 0 | 101 | 111111 | 10100110 | 1101 | 100001 |
Color Harmonies of #495E59
Complementary color
Monochromatic Colors of #495E59
Black with #495E59
Text Example
Text Example
White with #495E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E59; }
p { color: rgb(73,94,89); }
H1.HeaderClassName
{
color: #495E59;
}
.AnyTagClassName
{
color: #495E59;
}
</style>
background-color css
<style>
a { background-color: #495E59; }
a { background-color: rgb(73,94,89); }
div.DivClassName
{
background-color: #495E59;
}
.BgClassName
{
background-color: #495E59;
}
</style>
border-color css
<style>
span { border-color: #495E59; }
span { border-color: rgb(73,94,89); }
td.TdClassName
{
border-color: #495E59;
}
.TagClassName
{
border-color: #495E59;
}
</style>