Shades of Stromboli #3C715E
Tints of Stromboli #3C715E
RGB
CMYK
RGB Variations
Color information
#3C715E (or 0x3C715E) is known color: Stromboli. HEX triplet: 3C, 71 and 5E. RGB value is (60,113,94). Sum of RGB (Red+Green+Blue) = 60+113+94=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #3C715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C715E is #C38EA1. Grayscale: #5F5F5F. Windows color (decimal): -12816034 or 6189372. OLE color: 6189372.
HSL color Cylindrical-coordinate representation of color #3C715E: hue angle of 158.49º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C715E is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 94 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.56 |
| HSL | 158.49º | 0.31% | 0.34% | - |
| HSV(B) | 158.49º | 0.47% | 0.44% | - |
| XYZ | 9.79 | 13.58 | 12.69 | - |
| YUV | 94.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 94 | 0.47 | 0 | 0.17 | 0.56 | 158.49 | 0.31 | 0.34 |
| Hex | 3C | 71 | 5E | 2F | 0 | 11 | 38 | 9E | 1F | 22 |
| Octal | 74 | 161 | 136 | 57 | 0 | 21 | 70 | 236 | 37 | 42 |
| Binary | 111100 | 1110001 | 1011110 | 101111 | 0 | 10001 | 111000 | 10011110 | 11111 | 100010 |
Color Harmonies of #3C715E
Complementary color
Monochromatic Colors of #3C715E
Black with #3C715E
Text Example
Text Example
White with #3C715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C715E; }
p { color: rgb(60,113,94); }
H1.HeaderClassName
{
color: #3C715E;
}
.AnyTagClassName
{
color: #3C715E;
}
</style>
background-color css
<style>
a { background-color: #3C715E; }
a { background-color: rgb(60,113,94); }
div.DivClassName
{
background-color: #3C715E;
}
.BgClassName
{
background-color: #3C715E;
}
</style>
border-color css
<style>
span { border-color: #3C715E; }
span { border-color: rgb(60,113,94); }
td.TdClassName
{
border-color: #3C715E;
}
.TagClassName
{
border-color: #3C715E;
}
</style>