Shades of Stromboli #41665A
Tints of Stromboli #41665A
RGB
CMYK
RGB Variations
Color information
#41665A (or 0x41665A) is known color: Stromboli. HEX triplet: 41, 66 and 5A. RGB value is (65,102,90). Sum of RGB (Red+Green+Blue) = 65+102+90=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #41665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41665A is #BE99A5. Grayscale: #595959. Windows color (decimal): -12491174 or 5924417. OLE color: 5924417.
HSL color Cylindrical-coordinate representation of color #41665A: hue angle of 160.54º 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 #41665A is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 102 | 90 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.6 |
| HSL | 160.54º | 0.22% | 0.33% | - |
| HSV(B) | 160.54º | 0.36% | 0.4% | - |
| XYZ | 8.78 | 11.36 | 11.4 | - |
| YUV | 89.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 90 | 0.36 | 0 | 0.12 | 0.6 | 160.54 | 0.22 | 0.33 |
| Hex | 41 | 66 | 5A | 24 | 0 | C | 3C | A1 | 16 | 21 |
| Octal | 101 | 146 | 132 | 44 | 0 | 14 | 74 | 241 | 26 | 41 |
| Binary | 1000001 | 1100110 | 1011010 | 100100 | 0 | 1100 | 111100 | 10100001 | 10110 | 100001 |
Color Harmonies of #41665A
Complementary color
Monochromatic Colors of #41665A
Black with #41665A
Text Example
Text Example
White with #41665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41665A; }
p { color: rgb(65,102,90); }
H1.HeaderClassName
{
color: #41665A;
}
.AnyTagClassName
{
color: #41665A;
}
</style>
background-color css
<style>
a { background-color: #41665A; }
a { background-color: rgb(65,102,90); }
div.DivClassName
{
background-color: #41665A;
}
.BgClassName
{
background-color: #41665A;
}
</style>
border-color css
<style>
span { border-color: #41665A; }
span { border-color: rgb(65,102,90); }
td.TdClassName
{
border-color: #41665A;
}
.TagClassName
{
border-color: #41665A;
}
</style>