Shades of Stromboli #41695C
Tints of Stromboli #41695C
RGB
CMYK
RGB Variations
Color information
#41695C (or 0x41695C) is known color: Stromboli. HEX triplet: 41, 69 and 5C. RGB value is (65,105,92). Sum of RGB (Red+Green+Blue) = 65+105+92=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #41695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41695C is #BE96A3. Grayscale: #5B5B5B. Windows color (decimal): -12490404 or 6056257. OLE color: 6056257.
HSL color Cylindrical-coordinate representation of color #41695C: hue angle of 160.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 #41695C is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 105 | 92 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.59 |
| HSL | 160.5º | 0.24% | 0.33% | - |
| HSV(B) | 160.5º | 0.38% | 0.41% | - |
| XYZ | 9.16 | 12 | 11.96 | - |
| YUV | 91.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 105 | 92 | 0.38 | 0 | 0.12 | 0.59 | 160.5 | 0.24 | 0.33 |
| Hex | 41 | 69 | 5C | 26 | 0 | C | 3B | A0 | 18 | 21 |
| Octal | 101 | 151 | 134 | 46 | 0 | 14 | 73 | 240 | 30 | 41 |
| Binary | 1000001 | 1101001 | 1011100 | 100110 | 0 | 1100 | 111011 | 10100000 | 11000 | 100001 |
Color Harmonies of #41695C
Complementary color
Monochromatic Colors of #41695C
Black with #41695C
Text Example
Text Example
White with #41695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41695C; }
p { color: rgb(65,105,92); }
H1.HeaderClassName
{
color: #41695C;
}
.AnyTagClassName
{
color: #41695C;
}
</style>
background-color css
<style>
a { background-color: #41695C; }
a { background-color: rgb(65,105,92); }
div.DivClassName
{
background-color: #41695C;
}
.BgClassName
{
background-color: #41695C;
}
</style>
border-color css
<style>
span { border-color: #41695C; }
span { border-color: rgb(65,105,92); }
td.TdClassName
{
border-color: #41695C;
}
.TagClassName
{
border-color: #41695C;
}
</style>