Shades of Stromboli #36735D
Tints of Stromboli #36735D
RGB
CMYK
RGB Variations
Color information
#36735D (or 0x36735D) is known color: Stromboli. HEX triplet: 36, 73 and 5D. RGB value is (54,115,93). Sum of RGB (Red+Green+Blue) = 54+115+93=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #36735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36735D is #C98CA2. Grayscale: #5E5E5E. Windows color (decimal): -13208739 or 6124342. OLE color: 6124342.
HSL color Cylindrical-coordinate representation of color #36735D: hue angle of 158.36º 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 #36735D is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 115 | 93 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.55 |
| HSL | 158.36º | 0.36% | 0.33% | - |
| HSV(B) | 158.36º | 0.53% | 0.45% | - |
| XYZ | 9.63 | 13.84 | 12.52 | - |
| YUV | 94.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 93 | 0.53 | 0 | 0.19 | 0.55 | 158.36 | 0.36 | 0.33 |
| Hex | 36 | 73 | 5D | 35 | 0 | 13 | 37 | 9E | 24 | 21 |
| Octal | 66 | 163 | 135 | 65 | 0 | 23 | 67 | 236 | 44 | 41 |
| Binary | 110110 | 1110011 | 1011101 | 110101 | 0 | 10011 | 110111 | 10011110 | 100100 | 100001 |
Color Harmonies of #36735D
Complementary color
Monochromatic Colors of #36735D
Black with #36735D
Text Example
Text Example
White with #36735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36735D; }
p { color: rgb(54,115,93); }
H1.HeaderClassName
{
color: #36735D;
}
.AnyTagClassName
{
color: #36735D;
}
</style>
background-color css
<style>
a { background-color: #36735D; }
a { background-color: rgb(54,115,93); }
div.DivClassName
{
background-color: #36735D;
}
.BgClassName
{
background-color: #36735D;
}
</style>
border-color css
<style>
span { border-color: #36735D; }
span { border-color: rgb(54,115,93); }
td.TdClassName
{
border-color: #36735D;
}
.TagClassName
{
border-color: #36735D;
}
</style>