Shades of Stromboli #316E59
Tints of Stromboli #316E59
RGB
CMYK
RGB Variations
Color information
#316E59 (or 0x316E59) is known color: Stromboli. HEX triplet: 31, 6E and 59. RGB value is (49,110,89). Sum of RGB (Red+Green+Blue) = 49+110+89=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #316E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E59 is #CE91A6. Grayscale: #595959. Windows color (decimal): -13537703 or 5860913. OLE color: 5860913.
HSL color Cylindrical-coordinate representation of color #316E59: hue angle of 159.34º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316E59 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 89 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.57 |
| HSL | 159.34º | 0.38% | 0.31% | - |
| HSV(B) | 159.34º | 0.55% | 0.43% | - |
| XYZ | 8.65 | 12.53 | 11.41 | - |
| YUV | 89.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 89 | 0.55 | 0 | 0.19 | 0.57 | 159.34 | 0.38 | 0.31 |
| Hex | 31 | 6E | 59 | 37 | 0 | 13 | 39 | 9F | 26 | 1F |
| Octal | 61 | 156 | 131 | 67 | 0 | 23 | 71 | 237 | 46 | 37 |
| Binary | 110001 | 1101110 | 1011001 | 110111 | 0 | 10011 | 111001 | 10011111 | 100110 | 11111 |
Color Harmonies of #316E59
Complementary color
Monochromatic Colors of #316E59
Black with #316E59
Text Example
Text Example
White with #316E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E59; }
p { color: rgb(49,110,89); }
H1.HeaderClassName
{
color: #316E59;
}
.AnyTagClassName
{
color: #316E59;
}
</style>
background-color css
<style>
a { background-color: #316E59; }
a { background-color: rgb(49,110,89); }
div.DivClassName
{
background-color: #316E59;
}
.BgClassName
{
background-color: #316E59;
}
</style>
border-color css
<style>
span { border-color: #316E59; }
span { border-color: rgb(49,110,89); }
td.TdClassName
{
border-color: #316E59;
}
.TagClassName
{
border-color: #316E59;
}
</style>