Shades of Stromboli #3D715B
Tints of Stromboli #3D715B
RGB
CMYK
RGB Variations
Color information
#3D715B (or 0x3D715B) is known color: Stromboli. HEX triplet: 3D, 71 and 5B. RGB value is (61,113,91). Sum of RGB (Red+Green+Blue) = 61+113+91=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #3D715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D715B is #C28EA4. Grayscale: #5E5E5E. Windows color (decimal): -12750501 or 5992765. OLE color: 5992765.
HSL color Cylindrical-coordinate representation of color #3D715B: hue angle of 154.62º 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 #3D715B is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 91 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.56 |
| HSL | 154.62º | 0.3% | 0.34% | - |
| HSV(B) | 154.62º | 0.46% | 0.44% | - |
| XYZ | 9.72 | 13.56 | 12 | - |
| YUV | 94.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 91 | 0.46 | 0 | 0.19 | 0.56 | 154.62 | 0.3 | 0.34 |
| Hex | 3D | 71 | 5B | 2E | 0 | 13 | 38 | 9B | 1E | 22 |
| Octal | 75 | 161 | 133 | 56 | 0 | 23 | 70 | 233 | 36 | 42 |
| Binary | 111101 | 1110001 | 1011011 | 101110 | 0 | 10011 | 111000 | 10011011 | 11110 | 100010 |
Color Harmonies of #3D715B
Complementary color
Monochromatic Colors of #3D715B
Black with #3D715B
Text Example
Text Example
White with #3D715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D715B; }
p { color: rgb(61,113,91); }
H1.HeaderClassName
{
color: #3D715B;
}
.AnyTagClassName
{
color: #3D715B;
}
</style>
background-color css
<style>
a { background-color: #3D715B; }
a { background-color: rgb(61,113,91); }
div.DivClassName
{
background-color: #3D715B;
}
.BgClassName
{
background-color: #3D715B;
}
</style>
border-color css
<style>
span { border-color: #3D715B; }
span { border-color: rgb(61,113,91); }
td.TdClassName
{
border-color: #3D715B;
}
.TagClassName
{
border-color: #3D715B;
}
</style>