Shades of Stromboli #376555
Tints of Stromboli #376555
RGB
CMYK
RGB Variations
Color information
#376555 (or 0x376555) is known color: Stromboli. HEX triplet: 37, 65 and 55. RGB value is (55,101,85). Sum of RGB (Red+Green+Blue) = 55+101+85=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #376555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376555 is #C89AAA. Grayscale: #555555. Windows color (decimal): -13146795 or 5596471. OLE color: 5596471.
HSL color Cylindrical-coordinate representation of color #376555: hue angle of 159.13º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376555 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 85 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.60 |
| HSL | 159.13º | 0.29% | 0.31% | - |
| HSV(B) | 159.13º | 0.46% | 0.4% | - |
| XYZ | 7.87 | 10.78 | 10.26 | - |
| YUV | 85.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 85 | 0.46 | 0 | 0.16 | 0.60 | 159.13 | 0.29 | 0.31 |
| Hex | 37 | 65 | 55 | 2E | 0 | 10 | 3C | 9F | 1D | 1F |
| Octal | 67 | 145 | 125 | 56 | 0 | 20 | 74 | 237 | 35 | 37 |
| Binary | 110111 | 1100101 | 1010101 | 101110 | 0 | 10000 | 111100 | 10011111 | 11101 | 11111 |
Color Harmonies of #376555
Complementary color
Monochromatic Colors of #376555
Black with #376555
Text Example
Text Example
White with #376555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376555; }
p { color: rgb(55,101,85); }
H1.HeaderClassName
{
color: #376555;
}
.AnyTagClassName
{
color: #376555;
}
</style>
background-color css
<style>
a { background-color: #376555; }
a { background-color: rgb(55,101,85); }
div.DivClassName
{
background-color: #376555;
}
.BgClassName
{
background-color: #376555;
}
</style>
border-color css
<style>
span { border-color: #376555; }
span { border-color: rgb(55,101,85); }
td.TdClassName
{
border-color: #376555;
}
.TagClassName
{
border-color: #376555;
}
</style>