Shades of Stromboli #36715E
Tints of Stromboli #36715E
RGB
CMYK
RGB Variations
Color information
#36715E (or 0x36715E) is known color: Stromboli. HEX triplet: 36, 71 and 5E. RGB value is (54,113,94). Sum of RGB (Red+Green+Blue) = 54+113+94=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #36715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36715E is #C98EA1. Grayscale: #5D5D5D. Windows color (decimal): -13209250 or 6189366. OLE color: 6189366.
HSL color Cylindrical-coordinate representation of color #36715E: hue angle of 160.68º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36715E is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 94 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.56 |
| HSL | 160.68º | 0.35% | 0.33% | - |
| HSV(B) | 160.68º | 0.52% | 0.44% | - |
| XYZ | 9.45 | 13.4 | 12.68 | - |
| YUV | 93.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 94 | 0.52 | 0 | 0.17 | 0.56 | 160.68 | 0.35 | 0.33 |
| Hex | 36 | 71 | 5E | 34 | 0 | 11 | 38 | A1 | 23 | 21 |
| Octal | 66 | 161 | 136 | 64 | 0 | 21 | 70 | 241 | 43 | 41 |
| Binary | 110110 | 1110001 | 1011110 | 110100 | 0 | 10001 | 111000 | 10100001 | 100011 | 100001 |
Color Harmonies of #36715E
Complementary color
Monochromatic Colors of #36715E
Black with #36715E
Text Example
Text Example
White with #36715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36715E; }
p { color: rgb(54,113,94); }
H1.HeaderClassName
{
color: #36715E;
}
.AnyTagClassName
{
color: #36715E;
}
</style>
background-color css
<style>
a { background-color: #36715E; }
a { background-color: rgb(54,113,94); }
div.DivClassName
{
background-color: #36715E;
}
.BgClassName
{
background-color: #36715E;
}
</style>
border-color css
<style>
span { border-color: #36715E; }
span { border-color: rgb(54,113,94); }
td.TdClassName
{
border-color: #36715E;
}
.TagClassName
{
border-color: #36715E;
}
</style>