Shades of Stromboli #426A60
Tints of Stromboli #426A60
RGB
CMYK
RGB Variations
Color information
#426A60 (or 0x426A60) is known color: Stromboli. HEX triplet: 42, 6A and 60. RGB value is (66,106,96). Sum of RGB (Red+Green+Blue) = 66+106+96=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #426A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A60 is #BD959F. Grayscale: #5C5C5C. Windows color (decimal): -12424608 or 6318658. OLE color: 6318658.
HSL color Cylindrical-coordinate representation of color #426A60: hue angle of 165º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A60 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 106 | 96 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.58 |
| HSL | 165º | 0.23% | 0.34% | - |
| HSV(B) | 165º | 0.38% | 0.42% | - |
| XYZ | 9.51 | 12.31 | 12.94 | - |
| YUV | 92.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 96 | 0.38 | 0 | 0.09 | 0.58 | 165 | 0.23 | 0.34 |
| Hex | 42 | 6A | 60 | 26 | 0 | 9 | 3A | A5 | 17 | 22 |
| Octal | 102 | 152 | 140 | 46 | 0 | 11 | 72 | 245 | 27 | 42 |
| Binary | 1000010 | 1101010 | 1100000 | 100110 | 0 | 1001 | 111010 | 10100101 | 10111 | 100010 |
Color Harmonies of #426A60
Complementary color
Monochromatic Colors of #426A60
Black with #426A60
Text Example
Text Example
White with #426A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A60; }
p { color: rgb(66,106,96); }
H1.HeaderClassName
{
color: #426A60;
}
.AnyTagClassName
{
color: #426A60;
}
</style>
background-color css
<style>
a { background-color: #426A60; }
a { background-color: rgb(66,106,96); }
div.DivClassName
{
background-color: #426A60;
}
.BgClassName
{
background-color: #426A60;
}
</style>
border-color css
<style>
span { border-color: #426A60; }
span { border-color: rgb(66,106,96); }
td.TdClassName
{
border-color: #426A60;
}
.TagClassName
{
border-color: #426A60;
}
</style>