Shades of Stromboli #3C715D
Tints of Stromboli #3C715D
RGB
CMYK
RGB Variations
Color information
#3C715D (or 0x3C715D) is known color: Stromboli. HEX triplet: 3C, 71 and 5D. RGB value is (60,113,93). Sum of RGB (Red+Green+Blue) = 60+113+93=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #3C715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C715D is #C38EA2. Grayscale: #5E5E5E. Windows color (decimal): -12816035 or 6123836. OLE color: 6123836.
HSL color Cylindrical-coordinate representation of color #3C715D: hue angle of 157.36º 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 #3C715D is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 93 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.56 |
| HSL | 157.36º | 0.31% | 0.34% | - |
| HSV(B) | 157.36º | 0.47% | 0.44% | - |
| XYZ | 9.74 | 13.56 | 12.46 | - |
| YUV | 94.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 93 | 0.47 | 0 | 0.18 | 0.56 | 157.36 | 0.31 | 0.34 |
| Hex | 3C | 71 | 5D | 2F | 0 | 12 | 38 | 9D | 1F | 22 |
| Octal | 74 | 161 | 135 | 57 | 0 | 22 | 70 | 235 | 37 | 42 |
| Binary | 111100 | 1110001 | 1011101 | 101111 | 0 | 10010 | 111000 | 10011101 | 11111 | 100010 |
Color Harmonies of #3C715D
Complementary color
Monochromatic Colors of #3C715D
Black with #3C715D
Text Example
Text Example
White with #3C715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C715D; }
p { color: rgb(60,113,93); }
H1.HeaderClassName
{
color: #3C715D;
}
.AnyTagClassName
{
color: #3C715D;
}
</style>
background-color css
<style>
a { background-color: #3C715D; }
a { background-color: rgb(60,113,93); }
div.DivClassName
{
background-color: #3C715D;
}
.BgClassName
{
background-color: #3C715D;
}
</style>
border-color css
<style>
span { border-color: #3C715D; }
span { border-color: rgb(60,113,93); }
td.TdClassName
{
border-color: #3C715D;
}
.TagClassName
{
border-color: #3C715D;
}
</style>