Shades of Stromboli #3D715F
Tints of Stromboli #3D715F
RGB
CMYK
RGB Variations
Color information
#3D715F (or 0x3D715F) is known color: Stromboli. HEX triplet: 3D, 71 and 5F. RGB value is (61,113,95). Sum of RGB (Red+Green+Blue) = 61+113+95=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #3D715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D715F is #C28EA0. Grayscale: #5F5F5F. Windows color (decimal): -12750497 or 6254909. OLE color: 6254909.
HSL color Cylindrical-coordinate representation of color #3D715F: hue angle of 159.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D715F is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 95 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.56 |
| HSL | 159.23º | 0.3% | 0.34% | - |
| HSV(B) | 159.23º | 0.46% | 0.44% | - |
| XYZ | 9.9 | 13.63 | 12.94 | - |
| YUV | 95.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 95 | 0.46 | 0 | 0.16 | 0.56 | 159.23 | 0.3 | 0.34 |
| Hex | 3D | 71 | 5F | 2E | 0 | 10 | 38 | 9F | 1E | 22 |
| Octal | 75 | 161 | 137 | 56 | 0 | 20 | 70 | 237 | 36 | 42 |
| Binary | 111101 | 1110001 | 1011111 | 101110 | 0 | 10000 | 111000 | 10011111 | 11110 | 100010 |
Color Harmonies of #3D715F
Complementary color
Monochromatic Colors of #3D715F
Black with #3D715F
Text Example
Text Example
White with #3D715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D715F; }
p { color: rgb(61,113,95); }
H1.HeaderClassName
{
color: #3D715F;
}
.AnyTagClassName
{
color: #3D715F;
}
</style>
background-color css
<style>
a { background-color: #3D715F; }
a { background-color: rgb(61,113,95); }
div.DivClassName
{
background-color: #3D715F;
}
.BgClassName
{
background-color: #3D715F;
}
</style>
border-color css
<style>
span { border-color: #3D715F; }
span { border-color: rgb(61,113,95); }
td.TdClassName
{
border-color: #3D715F;
}
.TagClassName
{
border-color: #3D715F;
}
</style>