Shades of Stromboli #416D5B
Tints of Stromboli #416D5B
RGB
CMYK
RGB Variations
Color information
#416D5B (or 0x416D5B) is known color: Stromboli. HEX triplet: 41, 6D and 5B. RGB value is (65,109,91). Sum of RGB (Red+Green+Blue) = 65+109+91=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #416D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D5B is #BE92A4. Grayscale: #5D5D5D. Windows color (decimal): -12489381 or 5991745. OLE color: 5991745.
HSL color Cylindrical-coordinate representation of color #416D5B: hue angle of 155.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416D5B is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 109 | 91 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.57 |
| HSL | 155.45º | 0.25% | 0.34% | - |
| HSV(B) | 155.45º | 0.4% | 0.43% | - |
| XYZ | 9.54 | 12.82 | 11.87 | - |
| YUV | 93.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 91 | 0.40 | 0 | 0.17 | 0.57 | 155.45 | 0.25 | 0.34 |
| Hex | 41 | 6D | 5B | 28 | 0 | 11 | 39 | 9B | 19 | 22 |
| Octal | 101 | 155 | 133 | 50 | 0 | 21 | 71 | 233 | 31 | 42 |
| Binary | 1000001 | 1101101 | 1011011 | 101000 | 0 | 10001 | 111001 | 10011011 | 11001 | 100010 |
Color Harmonies of #416D5B
Complementary color
Monochromatic Colors of #416D5B
Black with #416D5B
Text Example
Text Example
White with #416D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D5B; }
p { color: rgb(65,109,91); }
H1.HeaderClassName
{
color: #416D5B;
}
.AnyTagClassName
{
color: #416D5B;
}
</style>
background-color css
<style>
a { background-color: #416D5B; }
a { background-color: rgb(65,109,91); }
div.DivClassName
{
background-color: #416D5B;
}
.BgClassName
{
background-color: #416D5B;
}
</style>
border-color css
<style>
span { border-color: #416D5B; }
span { border-color: rgb(65,109,91); }
td.TdClassName
{
border-color: #416D5B;
}
.TagClassName
{
border-color: #416D5B;
}
</style>