Shades of Stromboli #416252
Tints of Stromboli #416252
RGB
CMYK
RGB Variations
Color information
#416252 (or 0x416252) is known color: Stromboli. HEX triplet: 41, 62 and 52. RGB value is (65,98,82). Sum of RGB (Red+Green+Blue) = 65+98+82=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #416252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416252 is #BE9DAD. Grayscale: #565656. Windows color (decimal): -12492206 or 5399105. OLE color: 5399105.
HSL color Cylindrical-coordinate representation of color #416252: hue angle of 150.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416252 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 82 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.62 |
| HSL | 150.91º | 0.2% | 0.32% | - |
| HSV(B) | 150.91º | 0.34% | 0.38% | - |
| XYZ | 8.07 | 10.47 | 9.58 | - |
| YUV | 86.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 82 | 0.34 | 0 | 0.16 | 0.62 | 150.91 | 0.2 | 0.32 |
| Hex | 41 | 62 | 52 | 22 | 0 | 10 | 3E | 97 | 14 | 20 |
| Octal | 101 | 142 | 122 | 42 | 0 | 20 | 76 | 227 | 24 | 40 |
| Binary | 1000001 | 1100010 | 1010010 | 100010 | 0 | 10000 | 111110 | 10010111 | 10100 | 100000 |
Color Harmonies of #416252
Complementary color
Monochromatic Colors of #416252
Black with #416252
Text Example
Text Example
White with #416252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416252; }
p { color: rgb(65,98,82); }
H1.HeaderClassName
{
color: #416252;
}
.AnyTagClassName
{
color: #416252;
}
</style>
background-color css
<style>
a { background-color: #416252; }
a { background-color: rgb(65,98,82); }
div.DivClassName
{
background-color: #416252;
}
.BgClassName
{
background-color: #416252;
}
</style>
border-color css
<style>
span { border-color: #416252; }
span { border-color: rgb(65,98,82); }
td.TdClassName
{
border-color: #416252;
}
.TagClassName
{
border-color: #416252;
}
</style>