Shades of Stromboli #3C6354
Tints of Stromboli #3C6354
RGB
CMYK
RGB Variations
Color information
#3C6354 (or 0x3C6354) is known color: Stromboli. HEX triplet: 3C, 63 and 54. RGB value is (60,99,84). Sum of RGB (Red+Green+Blue) = 60+99+84=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6354 is #C39CAB. Grayscale: #555555. Windows color (decimal): -12819628 or 5530428. OLE color: 5530428.
HSL color Cylindrical-coordinate representation of color #3C6354: hue angle of 156.92º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6354 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 84 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.61 |
| HSL | 156.92º | 0.25% | 0.31% | - |
| HSV(B) | 156.92º | 0.39% | 0.39% | - |
| XYZ | 7.93 | 10.52 | 10 | - |
| YUV | 85.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 84 | 0.39 | 0 | 0.15 | 0.61 | 156.92 | 0.25 | 0.31 |
| Hex | 3C | 63 | 54 | 27 | 0 | F | 3D | 9D | 19 | 1F |
| Octal | 74 | 143 | 124 | 47 | 0 | 17 | 75 | 235 | 31 | 37 |
| Binary | 111100 | 1100011 | 1010100 | 100111 | 0 | 1111 | 111101 | 10011101 | 11001 | 11111 |
Color Harmonies of #3C6354
Complementary color
Monochromatic Colors of #3C6354
Black with #3C6354
Text Example
Text Example
White with #3C6354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6354; }
p { color: rgb(60,99,84); }
H1.HeaderClassName
{
color: #3C6354;
}
.AnyTagClassName
{
color: #3C6354;
}
</style>
background-color css
<style>
a { background-color: #3C6354; }
a { background-color: rgb(60,99,84); }
div.DivClassName
{
background-color: #3C6354;
}
.BgClassName
{
background-color: #3C6354;
}
</style>
border-color css
<style>
span { border-color: #3C6354; }
span { border-color: rgb(60,99,84); }
td.TdClassName
{
border-color: #3C6354;
}
.TagClassName
{
border-color: #3C6354;
}
</style>