Shades of Stromboli #41705D
Tints of Stromboli #41705D
RGB
CMYK
RGB Variations
Color information
#41705D (or 0x41705D) is known color: Stromboli. HEX triplet: 41, 70 and 5D. RGB value is (65,112,93). Sum of RGB (Red+Green+Blue) = 65+112+93=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #41705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41705D is #BE8FA2. Grayscale: #5F5F5F. Windows color (decimal): -12488611 or 6123585. OLE color: 6123585.
HSL color Cylindrical-coordinate representation of color #41705D: hue angle of 155.74º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41705D is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 93 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.56 |
| HSL | 155.74º | 0.27% | 0.35% | - |
| HSV(B) | 155.74º | 0.42% | 0.44% | - |
| XYZ | 9.95 | 13.5 | 12.44 | - |
| YUV | 95.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 93 | 0.42 | 0 | 0.17 | 0.56 | 155.74 | 0.27 | 0.35 |
| Hex | 41 | 70 | 5D | 2A | 0 | 11 | 38 | 9C | 1B | 23 |
| Octal | 101 | 160 | 135 | 52 | 0 | 21 | 70 | 234 | 33 | 43 |
| Binary | 1000001 | 1110000 | 1011101 | 101010 | 0 | 10001 | 111000 | 10011100 | 11011 | 100011 |
Color Harmonies of #41705D
Complementary color
Monochromatic Colors of #41705D
Black with #41705D
Text Example
Text Example
White with #41705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41705D; }
p { color: rgb(65,112,93); }
H1.HeaderClassName
{
color: #41705D;
}
.AnyTagClassName
{
color: #41705D;
}
</style>
background-color css
<style>
a { background-color: #41705D; }
a { background-color: rgb(65,112,93); }
div.DivClassName
{
background-color: #41705D;
}
.BgClassName
{
background-color: #41705D;
}
</style>
border-color css
<style>
span { border-color: #41705D; }
span { border-color: rgb(65,112,93); }
td.TdClassName
{
border-color: #41705D;
}
.TagClassName
{
border-color: #41705D;
}
</style>