Shades of Stromboli #37735F
Tints of Stromboli #37735F
RGB
CMYK
RGB Variations
Color information
#37735F (or 0x37735F) is known color: Stromboli. HEX triplet: 37, 73 and 5F. RGB value is (55,115,95). Sum of RGB (Red+Green+Blue) = 55+115+95=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #37735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37735F is #C88CA0. Grayscale: #5E5E5E. Windows color (decimal): -13143201 or 6255415. OLE color: 6255415.
HSL color Cylindrical-coordinate representation of color #37735F: hue angle of 160º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37735F is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 95 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.55 |
| HSL | 160º | 0.35% | 0.33% | - |
| HSV(B) | 160º | 0.52% | 0.45% | - |
| XYZ | 9.77 | 13.9 | 12.99 | - |
| YUV | 94.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 95 | 0.52 | 0 | 0.17 | 0.55 | 160 | 0.35 | 0.33 |
| Hex | 37 | 73 | 5F | 34 | 0 | 11 | 37 | A0 | 23 | 21 |
| Octal | 67 | 163 | 137 | 64 | 0 | 21 | 67 | 240 | 43 | 41 |
| Binary | 110111 | 1110011 | 1011111 | 110100 | 0 | 10001 | 110111 | 10100000 | 100011 | 100001 |
Color Harmonies of #37735F
Complementary color
Monochromatic Colors of #37735F
Black with #37735F
Text Example
Text Example
White with #37735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37735F; }
p { color: rgb(55,115,95); }
H1.HeaderClassName
{
color: #37735F;
}
.AnyTagClassName
{
color: #37735F;
}
</style>
background-color css
<style>
a { background-color: #37735F; }
a { background-color: rgb(55,115,95); }
div.DivClassName
{
background-color: #37735F;
}
.BgClassName
{
background-color: #37735F;
}
</style>
border-color css
<style>
span { border-color: #37735F; }
span { border-color: rgb(55,115,95); }
td.TdClassName
{
border-color: #37735F;
}
.TagClassName
{
border-color: #37735F;
}
</style>