Shades of Stromboli #36745D
Tints of Stromboli #36745D
RGB
CMYK
RGB Variations
Color information
#36745D (or 0x36745D) is known color: Stromboli. HEX triplet: 36, 74 and 5D. RGB value is (54,116,93). Sum of RGB (Red+Green+Blue) = 54+116+93=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #36745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36745D is #C98BA2. Grayscale: #5E5E5E. Windows color (decimal): -13208483 or 6124598. OLE color: 6124598.
HSL color Cylindrical-coordinate representation of color #36745D: hue angle of 157.74º 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 #36745D is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 93 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.55 |
| HSL | 157.74º | 0.36% | 0.33% | - |
| HSV(B) | 157.74º | 0.53% | 0.45% | - |
| XYZ | 9.74 | 14.07 | 12.56 | - |
| YUV | 94.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 93 | 0.53 | 0 | 0.20 | 0.55 | 157.74 | 0.36 | 0.33 |
| Hex | 36 | 74 | 5D | 35 | 0 | 14 | 37 | 9E | 24 | 21 |
| Octal | 66 | 164 | 135 | 65 | 0 | 24 | 67 | 236 | 44 | 41 |
| Binary | 110110 | 1110100 | 1011101 | 110101 | 0 | 10100 | 110111 | 10011110 | 100100 | 100001 |
Color Harmonies of #36745D
Complementary color
Monochromatic Colors of #36745D
Black with #36745D
Text Example
Text Example
White with #36745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36745D; }
p { color: rgb(54,116,93); }
H1.HeaderClassName
{
color: #36745D;
}
.AnyTagClassName
{
color: #36745D;
}
</style>
background-color css
<style>
a { background-color: #36745D; }
a { background-color: rgb(54,116,93); }
div.DivClassName
{
background-color: #36745D;
}
.BgClassName
{
background-color: #36745D;
}
</style>
border-color css
<style>
span { border-color: #36745D; }
span { border-color: rgb(54,116,93); }
td.TdClassName
{
border-color: #36745D;
}
.TagClassName
{
border-color: #36745D;
}
</style>