Shades of Stromboli #416F58
Tints of Stromboli #416F58
RGB
CMYK
RGB Variations
Color information
#416F58 (or 0x416F58) is known color: Stromboli. HEX triplet: 41, 6F and 58. RGB value is (65,111,88). Sum of RGB (Red+Green+Blue) = 65+111+88=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #416F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F58 is #BE90A7. Grayscale: #5E5E5E. Windows color (decimal): -12488872 or 5795649. OLE color: 5795649.
HSL color Cylindrical-coordinate representation of color #416F58: hue angle of 150º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416F58 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 111 | 88 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.56 |
| HSL | 150º | 0.26% | 0.35% | - |
| HSV(B) | 150º | 0.41% | 0.44% | - |
| XYZ | 9.63 | 13.2 | 11.27 | - |
| YUV | 94.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 88 | 0.41 | 0 | 0.21 | 0.56 | 150 | 0.26 | 0.35 |
| Hex | 41 | 6F | 58 | 29 | 0 | 15 | 38 | 96 | 1A | 23 |
| Octal | 101 | 157 | 130 | 51 | 0 | 25 | 70 | 226 | 32 | 43 |
| Binary | 1000001 | 1101111 | 1011000 | 101001 | 0 | 10101 | 111000 | 10010110 | 11010 | 100011 |
Color Harmonies of #416F58
Complementary color
Monochromatic Colors of #416F58
Black with #416F58
Text Example
Text Example
White with #416F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416F58; }
p { color: rgb(65,111,88); }
H1.HeaderClassName
{
color: #416F58;
}
.AnyTagClassName
{
color: #416F58;
}
</style>
background-color css
<style>
a { background-color: #416F58; }
a { background-color: rgb(65,111,88); }
div.DivClassName
{
background-color: #416F58;
}
.BgClassName
{
background-color: #416F58;
}
</style>
border-color css
<style>
span { border-color: #416F58; }
span { border-color: rgb(65,111,88); }
td.TdClassName
{
border-color: #416F58;
}
.TagClassName
{
border-color: #416F58;
}
</style>