Shades of Stromboli #416B54
Tints of Stromboli #416B54
RGB
CMYK
RGB Variations
Color information
#416B54 (or 0x416B54) is known color: Stromboli. HEX triplet: 41, 6B and 54. RGB value is (65,107,84). Sum of RGB (Red+Green+Blue) = 65+107+84=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #416B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B54 is #BE94AB. Grayscale: #5B5B5B. Windows color (decimal): -12489900 or 5532481. OLE color: 5532481.
HSL color Cylindrical-coordinate representation of color #416B54: hue angle of 147.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416B54 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 84 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.58 |
| HSL | 147.14º | 0.24% | 0.34% | - |
| HSV(B) | 147.14º | 0.39% | 0.42% | - |
| XYZ | 9.04 | 12.28 | 10.28 | - |
| YUV | 91.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 84 | 0.39 | 0 | 0.21 | 0.58 | 147.14 | 0.24 | 0.34 |
| Hex | 41 | 6B | 54 | 27 | 0 | 15 | 3A | 93 | 18 | 22 |
| Octal | 101 | 153 | 124 | 47 | 0 | 25 | 72 | 223 | 30 | 42 |
| Binary | 1000001 | 1101011 | 1010100 | 100111 | 0 | 10101 | 111010 | 10010011 | 11000 | 100010 |
Color Harmonies of #416B54
Complementary color
Monochromatic Colors of #416B54
Black with #416B54
Text Example
Text Example
White with #416B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B54; }
p { color: rgb(65,107,84); }
H1.HeaderClassName
{
color: #416B54;
}
.AnyTagClassName
{
color: #416B54;
}
</style>
background-color css
<style>
a { background-color: #416B54; }
a { background-color: rgb(65,107,84); }
div.DivClassName
{
background-color: #416B54;
}
.BgClassName
{
background-color: #416B54;
}
</style>
border-color css
<style>
span { border-color: #416B54; }
span { border-color: rgb(65,107,84); }
td.TdClassName
{
border-color: #416B54;
}
.TagClassName
{
border-color: #416B54;
}
</style>