Shades of Stromboli #41625D
Tints of Stromboli #41625D
RGB
CMYK
RGB Variations
Color information
#41625D (or 0x41625D) is known color: Stromboli. HEX triplet: 41, 62 and 5D. RGB value is (65,98,93). Sum of RGB (Red+Green+Blue) = 65+98+93=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #41625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41625D is #BE9DA2. Grayscale: #575757. Windows color (decimal): -12492195 or 6120001. OLE color: 6120001.
HSL color Cylindrical-coordinate representation of color #41625D: hue angle of 170.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41625D is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 93 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.62 |
| HSL | 170.91º | 0.2% | 0.32% | - |
| HSV(B) | 170.91º | 0.34% | 0.38% | - |
| XYZ | 8.52 | 10.65 | 11.96 | - |
| YUV | 87.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 93 | 0.34 | 0 | 0.05 | 0.62 | 170.91 | 0.2 | 0.32 |
| Hex | 41 | 62 | 5D | 22 | 0 | 5 | 3E | AB | 14 | 20 |
| Octal | 101 | 142 | 135 | 42 | 0 | 5 | 76 | 253 | 24 | 40 |
| Binary | 1000001 | 1100010 | 1011101 | 100010 | 0 | 101 | 111110 | 10101011 | 10100 | 100000 |
Color Harmonies of #41625D
Complementary color
Monochromatic Colors of #41625D
Black with #41625D
Text Example
Text Example
White with #41625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41625D; }
p { color: rgb(65,98,93); }
H1.HeaderClassName
{
color: #41625D;
}
.AnyTagClassName
{
color: #41625D;
}
</style>
background-color css
<style>
a { background-color: #41625D; }
a { background-color: rgb(65,98,93); }
div.DivClassName
{
background-color: #41625D;
}
.BgClassName
{
background-color: #41625D;
}
</style>
border-color css
<style>
span { border-color: #41625D; }
span { border-color: rgb(65,98,93); }
td.TdClassName
{
border-color: #41625D;
}
.TagClassName
{
border-color: #41625D;
}
</style>