Shades of Stromboli #426961
Tints of Stromboli #426961
RGB
CMYK
RGB Variations
Color information
#426961 (or 0x426961) is known color: Stromboli. HEX triplet: 42, 69 and 61. RGB value is (66,105,97). Sum of RGB (Red+Green+Blue) = 66+105+97=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #426961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426961 is #BD969E. Grayscale: #5C5C5C. Windows color (decimal): -12424863 or 6383938. OLE color: 6383938.
HSL color Cylindrical-coordinate representation of color #426961: hue angle of 167.69º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426961 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 105 | 97 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.59 |
| HSL | 167.69º | 0.23% | 0.34% | - |
| HSV(B) | 167.69º | 0.37% | 0.41% | - |
| XYZ | 9.46 | 12.12 | 13.15 | - |
| YUV | 92.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 97 | 0.37 | 0 | 0.08 | 0.59 | 167.69 | 0.23 | 0.34 |
| Hex | 42 | 69 | 61 | 25 | 0 | 8 | 3B | A8 | 17 | 22 |
| Octal | 102 | 151 | 141 | 45 | 0 | 10 | 73 | 250 | 27 | 42 |
| Binary | 1000010 | 1101001 | 1100001 | 100101 | 0 | 1000 | 111011 | 10101000 | 10111 | 100010 |
Color Harmonies of #426961
Complementary color
Monochromatic Colors of #426961
Black with #426961
Text Example
Text Example
White with #426961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426961; }
p { color: rgb(66,105,97); }
H1.HeaderClassName
{
color: #426961;
}
.AnyTagClassName
{
color: #426961;
}
</style>
background-color css
<style>
a { background-color: #426961; }
a { background-color: rgb(66,105,97); }
div.DivClassName
{
background-color: #426961;
}
.BgClassName
{
background-color: #426961;
}
</style>
border-color css
<style>
span { border-color: #426961; }
span { border-color: rgb(66,105,97); }
td.TdClassName
{
border-color: #426961;
}
.TagClassName
{
border-color: #426961;
}
</style>