Shades of Stromboli #41715E
Tints of Stromboli #41715E
RGB
CMYK
RGB Variations
Color information
#41715E (or 0x41715E) is known color: Stromboli. HEX triplet: 41, 71 and 5E. RGB value is (65,113,94). Sum of RGB (Red+Green+Blue) = 65+113+94=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #41715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41715E is #BE8EA1. Grayscale: #606060. Windows color (decimal): -12488354 or 6189377. OLE color: 6189377.
HSL color Cylindrical-coordinate representation of color #41715E: hue angle of 156.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41715E is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 113 | 94 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.56 |
| HSL | 156.25º | 0.27% | 0.35% | - |
| HSV(B) | 156.25º | 0.42% | 0.44% | - |
| XYZ | 10.11 | 13.74 | 12.71 | - |
| YUV | 96.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 94 | 0.42 | 0 | 0.17 | 0.56 | 156.25 | 0.27 | 0.35 |
| Hex | 41 | 71 | 5E | 2A | 0 | 11 | 38 | 9C | 1B | 23 |
| Octal | 101 | 161 | 136 | 52 | 0 | 21 | 70 | 234 | 33 | 43 |
| Binary | 1000001 | 1110001 | 1011110 | 101010 | 0 | 10001 | 111000 | 10011100 | 11011 | 100011 |
Color Harmonies of #41715E
Complementary color
Monochromatic Colors of #41715E
Black with #41715E
Text Example
Text Example
White with #41715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41715E; }
p { color: rgb(65,113,94); }
H1.HeaderClassName
{
color: #41715E;
}
.AnyTagClassName
{
color: #41715E;
}
</style>
background-color css
<style>
a { background-color: #41715E; }
a { background-color: rgb(65,113,94); }
div.DivClassName
{
background-color: #41715E;
}
.BgClassName
{
background-color: #41715E;
}
</style>
border-color css
<style>
span { border-color: #41715E; }
span { border-color: rgb(65,113,94); }
td.TdClassName
{
border-color: #41715E;
}
.TagClassName
{
border-color: #41715E;
}
</style>