Shades of Stromboli #377059
Tints of Stromboli #377059
RGB
CMYK
RGB Variations
Color information
#377059 (or 0x377059) is known color: Stromboli. HEX triplet: 37, 70 and 59. RGB value is (55,112,89). Sum of RGB (Red+Green+Blue) = 55+112+89=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #377059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377059 is #C88FA6. Grayscale: #5C5C5C. Windows color (decimal): -13143975 or 5861431. OLE color: 5861431.
HSL color Cylindrical-coordinate representation of color #377059: hue angle of 155.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377059 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 89 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.56 |
| HSL | 155.79º | 0.34% | 0.33% | - |
| HSV(B) | 155.79º | 0.51% | 0.44% | - |
| XYZ | 9.17 | 13.12 | 11.5 | - |
| YUV | 92.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 89 | 0.51 | 0 | 0.21 | 0.56 | 155.79 | 0.34 | 0.33 |
| Hex | 37 | 70 | 59 | 33 | 0 | 15 | 38 | 9C | 22 | 21 |
| Octal | 67 | 160 | 131 | 63 | 0 | 25 | 70 | 234 | 42 | 41 |
| Binary | 110111 | 1110000 | 1011001 | 110011 | 0 | 10101 | 111000 | 10011100 | 100010 | 100001 |
Color Harmonies of #377059
Complementary color
Monochromatic Colors of #377059
Black with #377059
Text Example
Text Example
White with #377059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377059; }
p { color: rgb(55,112,89); }
H1.HeaderClassName
{
color: #377059;
}
.AnyTagClassName
{
color: #377059;
}
</style>
background-color css
<style>
a { background-color: #377059; }
a { background-color: rgb(55,112,89); }
div.DivClassName
{
background-color: #377059;
}
.BgClassName
{
background-color: #377059;
}
</style>
border-color css
<style>
span { border-color: #377059; }
span { border-color: rgb(55,112,89); }
td.TdClassName
{
border-color: #377059;
}
.TagClassName
{
border-color: #377059;
}
</style>