Shades of Stromboli #36695B
Tints of Stromboli #36695B
RGB
CMYK
RGB Variations
Color information
#36695B (or 0x36695B) is known color: Stromboli. HEX triplet: 36, 69 and 5B. RGB value is (54,105,91). Sum of RGB (Red+Green+Blue) = 54+105+91=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #36695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36695B is #C996A4. Grayscale: #585858. Windows color (decimal): -13211301 or 5990710. OLE color: 5990710.
HSL color Cylindrical-coordinate representation of color #36695B: hue angle of 163.53º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36695B is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 91 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.59 |
| HSL | 163.53º | 0.32% | 0.31% | - |
| HSV(B) | 163.53º | 0.49% | 0.41% | - |
| XYZ | 8.46 | 11.64 | 11.7 | - |
| YUV | 88.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 91 | 0.49 | 0 | 0.13 | 0.59 | 163.53 | 0.32 | 0.31 |
| Hex | 36 | 69 | 5B | 31 | 0 | D | 3B | A4 | 20 | 1F |
| Octal | 66 | 151 | 133 | 61 | 0 | 15 | 73 | 244 | 40 | 37 |
| Binary | 110110 | 1101001 | 1011011 | 110001 | 0 | 1101 | 111011 | 10100100 | 100000 | 11111 |
Color Harmonies of #36695B
Complementary color
Monochromatic Colors of #36695B
Black with #36695B
Text Example
Text Example
White with #36695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36695B; }
p { color: rgb(54,105,91); }
H1.HeaderClassName
{
color: #36695B;
}
.AnyTagClassName
{
color: #36695B;
}
</style>
background-color css
<style>
a { background-color: #36695B; }
a { background-color: rgb(54,105,91); }
div.DivClassName
{
background-color: #36695B;
}
.BgClassName
{
background-color: #36695B;
}
</style>
border-color css
<style>
span { border-color: #36695B; }
span { border-color: rgb(54,105,91); }
td.TdClassName
{
border-color: #36695B;
}
.TagClassName
{
border-color: #36695B;
}
</style>