Shades of Stromboli #3C715A
Tints of Stromboli #3C715A
RGB
CMYK
RGB Variations
Color information
#3C715A (or 0x3C715A) is known color: Stromboli. HEX triplet: 3C, 71 and 5A. RGB value is (60,113,90). Sum of RGB (Red+Green+Blue) = 60+113+90=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #3C715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C715A is #C38EA5. Grayscale: #5E5E5E. Windows color (decimal): -12816038 or 5927228. OLE color: 5927228.
HSL color Cylindrical-coordinate representation of color #3C715A: hue angle of 153.96º 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 #3C715A is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 90 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.56 |
| HSL | 153.96º | 0.31% | 0.34% | - |
| HSV(B) | 153.96º | 0.47% | 0.44% | - |
| XYZ | 9.61 | 13.51 | 11.77 | - |
| YUV | 94.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 90 | 0.47 | 0 | 0.20 | 0.56 | 153.96 | 0.31 | 0.34 |
| Hex | 3C | 71 | 5A | 2F | 0 | 14 | 38 | 9A | 1F | 22 |
| Octal | 74 | 161 | 132 | 57 | 0 | 24 | 70 | 232 | 37 | 42 |
| Binary | 111100 | 1110001 | 1011010 | 101111 | 0 | 10100 | 111000 | 10011010 | 11111 | 100010 |
Color Harmonies of #3C715A
Complementary color
Monochromatic Colors of #3C715A
Black with #3C715A
Text Example
Text Example
White with #3C715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C715A; }
p { color: rgb(60,113,90); }
H1.HeaderClassName
{
color: #3C715A;
}
.AnyTagClassName
{
color: #3C715A;
}
</style>
background-color css
<style>
a { background-color: #3C715A; }
a { background-color: rgb(60,113,90); }
div.DivClassName
{
background-color: #3C715A;
}
.BgClassName
{
background-color: #3C715A;
}
</style>
border-color css
<style>
span { border-color: #3C715A; }
span { border-color: rgb(60,113,90); }
td.TdClassName
{
border-color: #3C715A;
}
.TagClassName
{
border-color: #3C715A;
}
</style>