Shades of Stromboli #36705F
Tints of Stromboli #36705F
RGB
CMYK
RGB Variations
Color information
#36705F (or 0x36705F) is known color: Stromboli. HEX triplet: 36, 70 and 5F. RGB value is (54,112,95). Sum of RGB (Red+Green+Blue) = 54+112+95=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #36705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36705F is #C98FA0. Grayscale: #5C5C5C. Windows color (decimal): -13209505 or 6254646. OLE color: 6254646.
HSL color Cylindrical-coordinate representation of color #36705F: hue angle of 162.41º 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 #36705F is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 112 | 95 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.56 |
| HSL | 162.41º | 0.35% | 0.33% | - |
| HSV(B) | 162.41º | 0.52% | 0.44% | - |
| XYZ | 9.38 | 13.2 | 12.88 | - |
| YUV | 92.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 95 | 0.52 | 0 | 0.15 | 0.56 | 162.41 | 0.35 | 0.33 |
| Hex | 36 | 70 | 5F | 34 | 0 | F | 38 | A2 | 23 | 21 |
| Octal | 66 | 160 | 137 | 64 | 0 | 17 | 70 | 242 | 43 | 41 |
| Binary | 110110 | 1110000 | 1011111 | 110100 | 0 | 1111 | 111000 | 10100010 | 100011 | 100001 |
Color Harmonies of #36705F
Complementary color
Monochromatic Colors of #36705F
Black with #36705F
Text Example
Text Example
White with #36705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36705F; }
p { color: rgb(54,112,95); }
H1.HeaderClassName
{
color: #36705F;
}
.AnyTagClassName
{
color: #36705F;
}
</style>
background-color css
<style>
a { background-color: #36705F; }
a { background-color: rgb(54,112,95); }
div.DivClassName
{
background-color: #36705F;
}
.BgClassName
{
background-color: #36705F;
}
</style>
border-color css
<style>
span { border-color: #36705F; }
span { border-color: rgb(54,112,95); }
td.TdClassName
{
border-color: #36705F;
}
.TagClassName
{
border-color: #36705F;
}
</style>