Shades of Stromboli #41705F
Tints of Stromboli #41705F
RGB
CMYK
RGB Variations
Color information
#41705F (or 0x41705F) is known color: Stromboli. HEX triplet: 41, 70 and 5F. RGB value is (65,112,95). Sum of RGB (Red+Green+Blue) = 65+112+95=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #41705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41705F is #BE8FA0. Grayscale: #606060. Windows color (decimal): -12488609 or 6254657. OLE color: 6254657.
HSL color Cylindrical-coordinate representation of color #41705F: hue angle of 158.3º 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 #41705F is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 95 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.56 |
| HSL | 158.3º | 0.27% | 0.35% | - |
| HSV(B) | 158.3º | 0.42% | 0.44% | - |
| XYZ | 10.04 | 13.54 | 12.91 | - |
| YUV | 96.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 95 | 0.42 | 0 | 0.15 | 0.56 | 158.3 | 0.27 | 0.35 |
| Hex | 41 | 70 | 5F | 2A | 0 | F | 38 | 9E | 1B | 23 |
| Octal | 101 | 160 | 137 | 52 | 0 | 17 | 70 | 236 | 33 | 43 |
| Binary | 1000001 | 1110000 | 1011111 | 101010 | 0 | 1111 | 111000 | 10011110 | 11011 | 100011 |
Color Harmonies of #41705F
Complementary color
Monochromatic Colors of #41705F
Black with #41705F
Text Example
Text Example
White with #41705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41705F; }
p { color: rgb(65,112,95); }
H1.HeaderClassName
{
color: #41705F;
}
.AnyTagClassName
{
color: #41705F;
}
</style>
background-color css
<style>
a { background-color: #41705F; }
a { background-color: rgb(65,112,95); }
div.DivClassName
{
background-color: #41705F;
}
.BgClassName
{
background-color: #41705F;
}
</style>
border-color css
<style>
span { border-color: #41705F; }
span { border-color: rgb(65,112,95); }
td.TdClassName
{
border-color: #41705F;
}
.TagClassName
{
border-color: #41705F;
}
</style>