Shades of Stromboli #426153
Tints of Stromboli #426153
RGB
CMYK
RGB Variations
Color information
#426153 (or 0x426153) is known color: Stromboli. HEX triplet: 42, 61 and 53. RGB value is (66,97,83). Sum of RGB (Red+Green+Blue) = 66+97+83=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #426153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426153 is #BD9EAC. Grayscale: #565656. Windows color (decimal): -12426925 or 5464386. OLE color: 5464386.
HSL color Cylindrical-coordinate representation of color #426153: hue angle of 152.9º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #426153 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 97 | 83 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.62 |
| HSL | 152.9º | 0.19% | 0.32% | - |
| HSV(B) | 152.9º | 0.32% | 0.38% | - |
| XYZ | 8.08 | 10.33 | 9.75 | - |
| YUV | 86.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 83 | 0.32 | 0 | 0.14 | 0.62 | 152.9 | 0.19 | 0.32 |
| Hex | 42 | 61 | 53 | 20 | 0 | E | 3E | 99 | 13 | 20 |
| Octal | 102 | 141 | 123 | 40 | 0 | 16 | 76 | 231 | 23 | 40 |
| Binary | 1000010 | 1100001 | 1010011 | 100000 | 0 | 1110 | 111110 | 10011001 | 10011 | 100000 |
Color Harmonies of #426153
Complementary color
Monochromatic Colors of #426153
Black with #426153
Text Example
Text Example
White with #426153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426153; }
p { color: rgb(66,97,83); }
H1.HeaderClassName
{
color: #426153;
}
.AnyTagClassName
{
color: #426153;
}
</style>
background-color css
<style>
a { background-color: #426153; }
a { background-color: rgb(66,97,83); }
div.DivClassName
{
background-color: #426153;
}
.BgClassName
{
background-color: #426153;
}
</style>
border-color css
<style>
span { border-color: #426153; }
span { border-color: rgb(66,97,83); }
td.TdClassName
{
border-color: #426153;
}
.TagClassName
{
border-color: #426153;
}
</style>