Shades of Stromboli #416854
Tints of Stromboli #416854
RGB
CMYK
RGB Variations
Color information
#416854 (or 0x416854) is known color: Stromboli. HEX triplet: 41, 68 and 54. RGB value is (65,104,84). Sum of RGB (Red+Green+Blue) = 65+104+84=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #416854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416854 is #BE97AB. Grayscale: #5A5A5A. Windows color (decimal): -12490668 or 5531713. OLE color: 5531713.
HSL color Cylindrical-coordinate representation of color #416854: hue angle of 149.23º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416854 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 84 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.59 |
| HSL | 149.23º | 0.23% | 0.33% | - |
| HSV(B) | 149.23º | 0.38% | 0.41% | - |
| XYZ | 8.73 | 11.66 | 10.18 | - |
| YUV | 90.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 84 | 0.38 | 0 | 0.19 | 0.59 | 149.23 | 0.23 | 0.33 |
| Hex | 41 | 68 | 54 | 26 | 0 | 13 | 3B | 95 | 17 | 21 |
| Octal | 101 | 150 | 124 | 46 | 0 | 23 | 73 | 225 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1010100 | 100110 | 0 | 10011 | 111011 | 10010101 | 10111 | 100001 |
Color Harmonies of #416854
Complementary color
Monochromatic Colors of #416854
Black with #416854
Text Example
Text Example
White with #416854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416854; }
p { color: rgb(65,104,84); }
H1.HeaderClassName
{
color: #416854;
}
.AnyTagClassName
{
color: #416854;
}
</style>
background-color css
<style>
a { background-color: #416854; }
a { background-color: rgb(65,104,84); }
div.DivClassName
{
background-color: #416854;
}
.BgClassName
{
background-color: #416854;
}
</style>
border-color css
<style>
span { border-color: #416854; }
span { border-color: rgb(65,104,84); }
td.TdClassName
{
border-color: #416854;
}
.TagClassName
{
border-color: #416854;
}
</style>