Shades of Stromboli #36735E
Tints of Stromboli #36735E
RGB
CMYK
RGB Variations
Color information
#36735E (or 0x36735E) is known color: Stromboli. HEX triplet: 36, 73 and 5E. RGB value is (54,115,94). Sum of RGB (Red+Green+Blue) = 54+115+94=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #36735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36735E is #C98CA1. Grayscale: #5E5E5E. Windows color (decimal): -13208738 or 6189878. OLE color: 6189878.
HSL color Cylindrical-coordinate representation of color #36735E: hue angle of 159.34º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36735E is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 115 | 94 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.55 |
| HSL | 159.34º | 0.36% | 0.33% | - |
| HSV(B) | 159.34º | 0.53% | 0.45% | - |
| XYZ | 9.67 | 13.85 | 12.75 | - |
| YUV | 94.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 94 | 0.53 | 0 | 0.18 | 0.55 | 159.34 | 0.36 | 0.33 |
| Hex | 36 | 73 | 5E | 35 | 0 | 12 | 37 | 9F | 24 | 21 |
| Octal | 66 | 163 | 136 | 65 | 0 | 22 | 67 | 237 | 44 | 41 |
| Binary | 110110 | 1110011 | 1011110 | 110101 | 0 | 10010 | 110111 | 10011111 | 100100 | 100001 |
Color Harmonies of #36735E
Complementary color
Monochromatic Colors of #36735E
Black with #36735E
Text Example
Text Example
White with #36735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36735E; }
p { color: rgb(54,115,94); }
H1.HeaderClassName
{
color: #36735E;
}
.AnyTagClassName
{
color: #36735E;
}
</style>
background-color css
<style>
a { background-color: #36735E; }
a { background-color: rgb(54,115,94); }
div.DivClassName
{
background-color: #36735E;
}
.BgClassName
{
background-color: #36735E;
}
</style>
border-color css
<style>
span { border-color: #36735E; }
span { border-color: rgb(54,115,94); }
td.TdClassName
{
border-color: #36735E;
}
.TagClassName
{
border-color: #36735E;
}
</style>