Shades of Stromboli #366C55
Tints of Stromboli #366C55
RGB
CMYK
RGB Variations
Color information
#366C55 (or 0x366C55) is known color: Stromboli. HEX triplet: 36, 6C and 55. RGB value is (54,108,85). Sum of RGB (Red+Green+Blue) = 54+108+85=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #366C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C55 is #C993AA. Grayscale: #595959. Windows color (decimal): -13210539 or 5598262. OLE color: 5598262.
HSL color Cylindrical-coordinate representation of color #366C55: hue angle of 154.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366C55 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 85 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.58 |
| HSL | 154.44º | 0.33% | 0.32% | - |
| HSV(B) | 154.44º | 0.5% | 0.42% | - |
| XYZ | 8.52 | 12.17 | 10.49 | - |
| YUV | 89.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 85 | 0.50 | 0 | 0.21 | 0.58 | 154.44 | 0.33 | 0.32 |
| Hex | 36 | 6C | 55 | 32 | 0 | 15 | 3A | 9A | 21 | 20 |
| Octal | 66 | 154 | 125 | 62 | 0 | 25 | 72 | 232 | 41 | 40 |
| Binary | 110110 | 1101100 | 1010101 | 110010 | 0 | 10101 | 111010 | 10011010 | 100001 | 100000 |
Color Harmonies of #366C55
Complementary color
Monochromatic Colors of #366C55
Black with #366C55
Text Example
Text Example
White with #366C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C55; }
p { color: rgb(54,108,85); }
H1.HeaderClassName
{
color: #366C55;
}
.AnyTagClassName
{
color: #366C55;
}
</style>
background-color css
<style>
a { background-color: #366C55; }
a { background-color: rgb(54,108,85); }
div.DivClassName
{
background-color: #366C55;
}
.BgClassName
{
background-color: #366C55;
}
</style>
border-color css
<style>
span { border-color: #366C55; }
span { border-color: rgb(54,108,85); }
td.TdClassName
{
border-color: #366C55;
}
.TagClassName
{
border-color: #366C55;
}
</style>