Shades of Stromboli #41695E
Tints of Stromboli #41695E
RGB
CMYK
RGB Variations
Color information
#41695E (or 0x41695E) is known color: Stromboli. HEX triplet: 41, 69 and 5E. RGB value is (65,105,94). Sum of RGB (Red+Green+Blue) = 65+105+94=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #41695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41695E is #BE96A1. Grayscale: #5B5B5B. Windows color (decimal): -12490402 or 6187329. OLE color: 6187329.
HSL color Cylindrical-coordinate representation of color #41695E: hue angle of 163.5º degrees, saturation: 0.24, 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 #41695E is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 105 | 94 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.59 |
| HSL | 163.5º | 0.24% | 0.33% | - |
| HSV(B) | 163.5º | 0.38% | 0.41% | - |
| XYZ | 9.25 | 12.04 | 12.43 | - |
| YUV | 91.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 105 | 94 | 0.38 | 0 | 0.10 | 0.59 | 163.5 | 0.24 | 0.33 |
| Hex | 41 | 69 | 5E | 26 | 0 | A | 3B | A4 | 18 | 21 |
| Octal | 101 | 151 | 136 | 46 | 0 | 12 | 73 | 244 | 30 | 41 |
| Binary | 1000001 | 1101001 | 1011110 | 100110 | 0 | 1010 | 111011 | 10100100 | 11000 | 100001 |
Color Harmonies of #41695E
Complementary color
Monochromatic Colors of #41695E
Black with #41695E
Text Example
Text Example
White with #41695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41695E; }
p { color: rgb(65,105,94); }
H1.HeaderClassName
{
color: #41695E;
}
.AnyTagClassName
{
color: #41695E;
}
</style>
background-color css
<style>
a { background-color: #41695E; }
a { background-color: rgb(65,105,94); }
div.DivClassName
{
background-color: #41695E;
}
.BgClassName
{
background-color: #41695E;
}
</style>
border-color css
<style>
span { border-color: #41695E; }
span { border-color: rgb(65,105,94); }
td.TdClassName
{
border-color: #41695E;
}
.TagClassName
{
border-color: #41695E;
}
</style>