Shades of Stromboli #3C6153
Tints of Stromboli #3C6153
RGB
CMYK
RGB Variations
Color information
#3C6153 (or 0x3C6153) is known color: Stromboli. HEX triplet: 3C, 61 and 53. RGB value is (60,97,83). Sum of RGB (Red+Green+Blue) = 60+97+83=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6153 is #C39EAC. Grayscale: #545454. Windows color (decimal): -12820141 or 5464380. OLE color: 5464380.
HSL color Cylindrical-coordinate representation of color #3C6153: hue angle of 157.3º 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 #3C6153 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 83 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.62 |
| HSL | 157.3º | 0.24% | 0.31% | - |
| HSV(B) | 157.3º | 0.38% | 0.38% | - |
| XYZ | 7.7 | 10.13 | 9.73 | - |
| YUV | 84.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 83 | 0.38 | 0 | 0.14 | 0.62 | 157.3 | 0.24 | 0.31 |
| Hex | 3C | 61 | 53 | 26 | 0 | E | 3E | 9D | 18 | 1F |
| Octal | 74 | 141 | 123 | 46 | 0 | 16 | 76 | 235 | 30 | 37 |
| Binary | 111100 | 1100001 | 1010011 | 100110 | 0 | 1110 | 111110 | 10011101 | 11000 | 11111 |
Color Harmonies of #3C6153
Complementary color
Monochromatic Colors of #3C6153
Black with #3C6153
Text Example
Text Example
White with #3C6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6153; }
p { color: rgb(60,97,83); }
H1.HeaderClassName
{
color: #3C6153;
}
.AnyTagClassName
{
color: #3C6153;
}
</style>
background-color css
<style>
a { background-color: #3C6153; }
a { background-color: rgb(60,97,83); }
div.DivClassName
{
background-color: #3C6153;
}
.BgClassName
{
background-color: #3C6153;
}
</style>
border-color css
<style>
span { border-color: #3C6153; }
span { border-color: rgb(60,97,83); }
td.TdClassName
{
border-color: #3C6153;
}
.TagClassName
{
border-color: #3C6153;
}
</style>