Shades of Stromboli #36735C
Tints of Stromboli #36735C
RGB
CMYK
RGB Variations
Color information
#36735C (or 0x36735C) is known color: Stromboli. HEX triplet: 36, 73 and 5C. RGB value is (54,115,92). Sum of RGB (Red+Green+Blue) = 54+115+92=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #36735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36735C is #C98CA3. Grayscale: #5E5E5E. Windows color (decimal): -13208740 or 6058806. OLE color: 6058806.
HSL color Cylindrical-coordinate representation of color #36735C: hue angle of 157.38º 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 #36735C is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 115 | 92 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.55 |
| HSL | 157.38º | 0.36% | 0.33% | - |
| HSV(B) | 157.38º | 0.53% | 0.45% | - |
| XYZ | 9.58 | 13.82 | 12.29 | - |
| YUV | 94.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 92 | 0.53 | 0 | 0.20 | 0.55 | 157.38 | 0.36 | 0.33 |
| Hex | 36 | 73 | 5C | 35 | 0 | 14 | 37 | 9D | 24 | 21 |
| Octal | 66 | 163 | 134 | 65 | 0 | 24 | 67 | 235 | 44 | 41 |
| Binary | 110110 | 1110011 | 1011100 | 110101 | 0 | 10100 | 110111 | 10011101 | 100100 | 100001 |
Color Harmonies of #36735C
Complementary color
Monochromatic Colors of #36735C
Black with #36735C
Text Example
Text Example
White with #36735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36735C; }
p { color: rgb(54,115,92); }
H1.HeaderClassName
{
color: #36735C;
}
.AnyTagClassName
{
color: #36735C;
}
</style>
background-color css
<style>
a { background-color: #36735C; }
a { background-color: rgb(54,115,92); }
div.DivClassName
{
background-color: #36735C;
}
.BgClassName
{
background-color: #36735C;
}
</style>
border-color css
<style>
span { border-color: #36735C; }
span { border-color: rgb(54,115,92); }
td.TdClassName
{
border-color: #36735C;
}
.TagClassName
{
border-color: #36735C;
}
</style>