Shades of Stromboli #316D55
Tints of Stromboli #316D55
RGB
CMYK
RGB Variations
Color information
#316D55 (or 0x316D55) is known color: Stromboli. HEX triplet: 31, 6D and 55. RGB value is (49,109,85). Sum of RGB (Red+Green+Blue) = 49+109+85=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #316D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D55 is #CE92AA. Grayscale: #585858. Windows color (decimal): -13537963 or 5598513. OLE color: 5598513.
HSL color Cylindrical-coordinate representation of color #316D55: hue angle of 156º 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 #316D55 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 85 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.57 |
| HSL | 156º | 0.38% | 0.31% | - |
| HSV(B) | 156º | 0.55% | 0.43% | - |
| XYZ | 8.37 | 12.25 | 10.52 | - |
| YUV | 88.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 85 | 0.55 | 0 | 0.22 | 0.57 | 156 | 0.38 | 0.31 |
| Hex | 31 | 6D | 55 | 37 | 0 | 16 | 39 | 9C | 26 | 1F |
| Octal | 61 | 155 | 125 | 67 | 0 | 26 | 71 | 234 | 46 | 37 |
| Binary | 110001 | 1101101 | 1010101 | 110111 | 0 | 10110 | 111001 | 10011100 | 100110 | 11111 |
Color Harmonies of #316D55
Complementary color
Monochromatic Colors of #316D55
Black with #316D55
Text Example
Text Example
White with #316D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D55; }
p { color: rgb(49,109,85); }
H1.HeaderClassName
{
color: #316D55;
}
.AnyTagClassName
{
color: #316D55;
}
</style>
background-color css
<style>
a { background-color: #316D55; }
a { background-color: rgb(49,109,85); }
div.DivClassName
{
background-color: #316D55;
}
.BgClassName
{
background-color: #316D55;
}
</style>
border-color css
<style>
span { border-color: #316D55; }
span { border-color: rgb(49,109,85); }
td.TdClassName
{
border-color: #316D55;
}
.TagClassName
{
border-color: #316D55;
}
</style>