Shades of Stromboli #3F715D
Tints of Stromboli #3F715D
RGB
CMYK
RGB Variations
Color information
#3F715D (or 0x3F715D) is known color: Stromboli. HEX triplet: 3F, 71 and 5D. RGB value is (63,113,93). Sum of RGB (Red+Green+Blue) = 63+113+93=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #3F715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F715D is #C08EA2. Grayscale: #5F5F5F. Windows color (decimal): -12619427 or 6123839. OLE color: 6123839.
HSL color Cylindrical-coordinate representation of color #3F715D: hue angle of 156º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F715D is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 93 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.56 |
| HSL | 156º | 0.28% | 0.35% | - |
| HSV(B) | 156º | 0.44% | 0.44% | - |
| XYZ | 9.93 | 13.66 | 12.47 | - |
| YUV | 95.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 93 | 0.44 | 0 | 0.18 | 0.56 | 156 | 0.28 | 0.35 |
| Hex | 3F | 71 | 5D | 2C | 0 | 12 | 38 | 9C | 1C | 23 |
| Octal | 77 | 161 | 135 | 54 | 0 | 22 | 70 | 234 | 34 | 43 |
| Binary | 111111 | 1110001 | 1011101 | 101100 | 0 | 10010 | 111000 | 10011100 | 11100 | 100011 |
Color Harmonies of #3F715D
Complementary color
Monochromatic Colors of #3F715D
Black with #3F715D
Text Example
Text Example
White with #3F715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F715D; }
p { color: rgb(63,113,93); }
H1.HeaderClassName
{
color: #3F715D;
}
.AnyTagClassName
{
color: #3F715D;
}
</style>
background-color css
<style>
a { background-color: #3F715D; }
a { background-color: rgb(63,113,93); }
div.DivClassName
{
background-color: #3F715D;
}
.BgClassName
{
background-color: #3F715D;
}
</style>
border-color css
<style>
span { border-color: #3F715D; }
span { border-color: rgb(63,113,93); }
td.TdClassName
{
border-color: #3F715D;
}
.TagClassName
{
border-color: #3F715D;
}
</style>