Shades of Stromboli #3C6054
Tints of Stromboli #3C6054
RGB
CMYK
RGB Variations
Color information
#3C6054 (or 0x3C6054) is known color: Stromboli. HEX triplet: 3C, 60 and 54. RGB value is (60,96,84). Sum of RGB (Red+Green+Blue) = 60+96+84=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6054 is #C39FAB. Grayscale: #535353. Windows color (decimal): -12820396 or 5529660. OLE color: 5529660.
HSL color Cylindrical-coordinate representation of color #3C6054: hue angle of 160º degrees, saturation: 0.23, 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 #3C6054 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 84 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.62 |
| HSL | 160º | 0.23% | 0.31% | - |
| HSV(B) | 160º | 0.38% | 0.38% | - |
| XYZ | 7.65 | 9.97 | 9.91 | - |
| YUV | 83.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 84 | 0.38 | 0 | 0.12 | 0.62 | 160 | 0.23 | 0.31 |
| Hex | 3C | 60 | 54 | 26 | 0 | C | 3E | A0 | 17 | 1F |
| Octal | 74 | 140 | 124 | 46 | 0 | 14 | 76 | 240 | 27 | 37 |
| Binary | 111100 | 1100000 | 1010100 | 100110 | 0 | 1100 | 111110 | 10100000 | 10111 | 11111 |
Color Harmonies of #3C6054
Complementary color
Monochromatic Colors of #3C6054
Black with #3C6054
Text Example
Text Example
White with #3C6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6054; }
p { color: rgb(60,96,84); }
H1.HeaderClassName
{
color: #3C6054;
}
.AnyTagClassName
{
color: #3C6054;
}
</style>
background-color css
<style>
a { background-color: #3C6054; }
a { background-color: rgb(60,96,84); }
div.DivClassName
{
background-color: #3C6054;
}
.BgClassName
{
background-color: #3C6054;
}
</style>
border-color css
<style>
span { border-color: #3C6054; }
span { border-color: rgb(60,96,84); }
td.TdClassName
{
border-color: #3C6054;
}
.TagClassName
{
border-color: #3C6054;
}
</style>