Shades of Stromboli #366C5C
Tints of Stromboli #366C5C
RGB
CMYK
RGB Variations
Color information
#366C5C (or 0x366C5C) is known color: Stromboli. HEX triplet: 36, 6C and 5C. RGB value is (54,108,92). Sum of RGB (Red+Green+Blue) = 54+108+92=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #366C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366C5C is #C993A3. Grayscale: #5A5A5A. Windows color (decimal): -13210532 or 6057014. OLE color: 6057014.
HSL color Cylindrical-coordinate representation of color #366C5C: hue angle of 162.22º 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 #366C5C is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 108 | 92 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.58 |
| HSL | 162.22º | 0.33% | 0.32% | - |
| HSV(B) | 162.22º | 0.5% | 0.42% | - |
| XYZ | 8.82 | 12.28 | 12.03 | - |
| YUV | 90.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 92 | 0.50 | 0 | 0.15 | 0.58 | 162.22 | 0.33 | 0.32 |
| Hex | 36 | 6C | 5C | 32 | 0 | F | 3A | A2 | 21 | 20 |
| Octal | 66 | 154 | 134 | 62 | 0 | 17 | 72 | 242 | 41 | 40 |
| Binary | 110110 | 1101100 | 1011100 | 110010 | 0 | 1111 | 111010 | 10100010 | 100001 | 100000 |
Color Harmonies of #366C5C
Complementary color
Monochromatic Colors of #366C5C
Black with #366C5C
Text Example
Text Example
White with #366C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C5C; }
p { color: rgb(54,108,92); }
H1.HeaderClassName
{
color: #366C5C;
}
.AnyTagClassName
{
color: #366C5C;
}
</style>
background-color css
<style>
a { background-color: #366C5C; }
a { background-color: rgb(54,108,92); }
div.DivClassName
{
background-color: #366C5C;
}
.BgClassName
{
background-color: #366C5C;
}
</style>
border-color css
<style>
span { border-color: #366C5C; }
span { border-color: rgb(54,108,92); }
td.TdClassName
{
border-color: #366C5C;
}
.TagClassName
{
border-color: #366C5C;
}
</style>