Shades of Stromboli #3C6154
Tints of Stromboli #3C6154
RGB
CMYK
RGB Variations
Color information
#3C6154 (or 0x3C6154) is known color: Stromboli. HEX triplet: 3C, 61 and 54. RGB value is (60,97,84). Sum of RGB (Red+Green+Blue) = 60+97+84=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6154 is #C39EAB. Grayscale: #545454. Windows color (decimal): -12820140 or 5529916. OLE color: 5529916.
HSL color Cylindrical-coordinate representation of color #3C6154: hue angle of 158.92º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6154 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 84 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.62 |
| HSL | 158.92º | 0.24% | 0.31% | - |
| HSV(B) | 158.92º | 0.38% | 0.38% | - |
| XYZ | 7.74 | 10.15 | 9.94 | - |
| YUV | 84.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 84 | 0.38 | 0 | 0.13 | 0.62 | 158.92 | 0.24 | 0.31 |
| Hex | 3C | 61 | 54 | 26 | 0 | D | 3E | 9F | 18 | 1F |
| Octal | 74 | 141 | 124 | 46 | 0 | 15 | 76 | 237 | 30 | 37 |
| Binary | 111100 | 1100001 | 1010100 | 100110 | 0 | 1101 | 111110 | 10011111 | 11000 | 11111 |
Color Harmonies of #3C6154
Complementary color
Monochromatic Colors of #3C6154
Black with #3C6154
Text Example
Text Example
White with #3C6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6154; }
p { color: rgb(60,97,84); }
H1.HeaderClassName
{
color: #3C6154;
}
.AnyTagClassName
{
color: #3C6154;
}
</style>
background-color css
<style>
a { background-color: #3C6154; }
a { background-color: rgb(60,97,84); }
div.DivClassName
{
background-color: #3C6154;
}
.BgClassName
{
background-color: #3C6154;
}
</style>
border-color css
<style>
span { border-color: #3C6154; }
span { border-color: rgb(60,97,84); }
td.TdClassName
{
border-color: #3C6154;
}
.TagClassName
{
border-color: #3C6154;
}
</style>