Shades of Stromboli #41655F
Tints of Stromboli #41655F
RGB
CMYK
RGB Variations
Color information
#41655F (or 0x41655F) is known color: Stromboli. HEX triplet: 41, 65 and 5F. RGB value is (65,101,95). Sum of RGB (Red+Green+Blue) = 65+101+95=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #41655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41655F is #BE9AA0. Grayscale: #595959. Windows color (decimal): -12491425 or 6251841. OLE color: 6251841.
HSL color Cylindrical-coordinate representation of color #41655F: hue angle of 170º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41655F is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 95 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.60 |
| HSL | 170º | 0.22% | 0.33% | - |
| HSV(B) | 170º | 0.36% | 0.4% | - |
| XYZ | 8.9 | 11.26 | 12.53 | - |
| YUV | 89.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 95 | 0.36 | 0 | 0.06 | 0.60 | 170 | 0.22 | 0.33 |
| Hex | 41 | 65 | 5F | 24 | 0 | 6 | 3C | AA | 16 | 21 |
| Octal | 101 | 145 | 137 | 44 | 0 | 6 | 74 | 252 | 26 | 41 |
| Binary | 1000001 | 1100101 | 1011111 | 100100 | 0 | 110 | 111100 | 10101010 | 10110 | 100001 |
Color Harmonies of #41655F
Complementary color
Monochromatic Colors of #41655F
Black with #41655F
Text Example
Text Example
White with #41655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41655F; }
p { color: rgb(65,101,95); }
H1.HeaderClassName
{
color: #41655F;
}
.AnyTagClassName
{
color: #41655F;
}
</style>
background-color css
<style>
a { background-color: #41655F; }
a { background-color: rgb(65,101,95); }
div.DivClassName
{
background-color: #41655F;
}
.BgClassName
{
background-color: #41655F;
}
</style>
border-color css
<style>
span { border-color: #41655F; }
span { border-color: rgb(65,101,95); }
td.TdClassName
{
border-color: #41655F;
}
.TagClassName
{
border-color: #41655F;
}
</style>