Shades of Stromboli #36705C
Tints of Stromboli #36705C
RGB
CMYK
RGB Variations
Color information
#36705C (or 0x36705C) is known color: Stromboli. HEX triplet: 36, 70 and 5C. RGB value is (54,112,92). Sum of RGB (Red+Green+Blue) = 54+112+92=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #36705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36705C is #C98FA3. Grayscale: #5C5C5C. Windows color (decimal): -13209508 or 6058038. OLE color: 6058038.
HSL color Cylindrical-coordinate representation of color #36705C: hue angle of 159.31º 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 #36705C is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 112 | 92 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.56 |
| HSL | 159.31º | 0.35% | 0.33% | - |
| HSV(B) | 159.31º | 0.52% | 0.44% | - |
| XYZ | 9.25 | 13.15 | 12.18 | - |
| YUV | 92.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 92 | 0.52 | 0 | 0.18 | 0.56 | 159.31 | 0.35 | 0.33 |
| Hex | 36 | 70 | 5C | 34 | 0 | 12 | 38 | 9F | 23 | 21 |
| Octal | 66 | 160 | 134 | 64 | 0 | 22 | 70 | 237 | 43 | 41 |
| Binary | 110110 | 1110000 | 1011100 | 110100 | 0 | 10010 | 111000 | 10011111 | 100011 | 100001 |
Color Harmonies of #36705C
Complementary color
Monochromatic Colors of #36705C
Black with #36705C
Text Example
Text Example
White with #36705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36705C; }
p { color: rgb(54,112,92); }
H1.HeaderClassName
{
color: #36705C;
}
.AnyTagClassName
{
color: #36705C;
}
</style>
background-color css
<style>
a { background-color: #36705C; }
a { background-color: rgb(54,112,92); }
div.DivClassName
{
background-color: #36705C;
}
.BgClassName
{
background-color: #36705C;
}
</style>
border-color css
<style>
span { border-color: #36705C; }
span { border-color: rgb(54,112,92); }
td.TdClassName
{
border-color: #36705C;
}
.TagClassName
{
border-color: #36705C;
}
</style>