Shades of Stromboli #366E56
Tints of Stromboli #366E56
RGB
CMYK
RGB Variations
Color information
#366E56 (or 0x366E56) is known color: Stromboli. HEX triplet: 36, 6E and 56. RGB value is (54,110,86). Sum of RGB (Red+Green+Blue) = 54+110+86=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #366E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366E56 is #C991A9. Grayscale: #5A5A5A. Windows color (decimal): -13210026 or 5664310. OLE color: 5664310.
HSL color Cylindrical-coordinate representation of color #366E56: hue angle of 154.29º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366E56 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 110 | 86 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.57 |
| HSL | 154.29º | 0.34% | 0.32% | - |
| HSV(B) | 154.29º | 0.51% | 0.43% | - |
| XYZ | 8.78 | 12.61 | 10.78 | - |
| YUV | 90.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 86 | 0.51 | 0 | 0.22 | 0.57 | 154.29 | 0.34 | 0.32 |
| Hex | 36 | 6E | 56 | 33 | 0 | 16 | 39 | 9A | 22 | 20 |
| Octal | 66 | 156 | 126 | 63 | 0 | 26 | 71 | 232 | 42 | 40 |
| Binary | 110110 | 1101110 | 1010110 | 110011 | 0 | 10110 | 111001 | 10011010 | 100010 | 100000 |
Color Harmonies of #366E56
Complementary color
Monochromatic Colors of #366E56
Black with #366E56
Text Example
Text Example
White with #366E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366E56; }
p { color: rgb(54,110,86); }
H1.HeaderClassName
{
color: #366E56;
}
.AnyTagClassName
{
color: #366E56;
}
</style>
background-color css
<style>
a { background-color: #366E56; }
a { background-color: rgb(54,110,86); }
div.DivClassName
{
background-color: #366E56;
}
.BgClassName
{
background-color: #366E56;
}
</style>
border-color css
<style>
span { border-color: #366E56; }
span { border-color: rgb(54,110,86); }
td.TdClassName
{
border-color: #366E56;
}
.TagClassName
{
border-color: #366E56;
}
</style>