Shades of Stromboli #486960
Tints of Stromboli #486960
RGB
CMYK
RGB Variations
Color information
#486960 (or 0x486960) is known color: Stromboli. HEX triplet: 48, 69 and 60. RGB value is (72,105,96). Sum of RGB (Red+Green+Blue) = 72+105+96=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #486960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486960 is #B7969F. Grayscale: #5E5E5E. Windows color (decimal): -12031648 or 6318408. OLE color: 6318408.
HSL color Cylindrical-coordinate representation of color #486960: hue angle of 163.64º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486960 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 96 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.59 |
| HSL | 163.64º | 0.19% | 0.35% | - |
| HSV(B) | 163.64º | 0.31% | 0.41% | - |
| XYZ | 9.84 | 12.33 | 12.93 | - |
| YUV | 94.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 96 | 0.31 | 0 | 0.09 | 0.59 | 163.64 | 0.19 | 0.35 |
| Hex | 48 | 69 | 60 | 1F | 0 | 9 | 3B | A4 | 13 | 23 |
| Octal | 110 | 151 | 140 | 37 | 0 | 11 | 73 | 244 | 23 | 43 |
| Binary | 1001000 | 1101001 | 1100000 | 11111 | 0 | 1001 | 111011 | 10100100 | 10011 | 100011 |
Color Harmonies of #486960
Complementary color
Monochromatic Colors of #486960
Black with #486960
Text Example
Text Example
White with #486960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486960; }
p { color: rgb(72,105,96); }
H1.HeaderClassName
{
color: #486960;
}
.AnyTagClassName
{
color: #486960;
}
</style>
background-color css
<style>
a { background-color: #486960; }
a { background-color: rgb(72,105,96); }
div.DivClassName
{
background-color: #486960;
}
.BgClassName
{
background-color: #486960;
}
</style>
border-color css
<style>
span { border-color: #486960; }
span { border-color: rgb(72,105,96); }
td.TdClassName
{
border-color: #486960;
}
.TagClassName
{
border-color: #486960;
}
</style>