Shades of Stromboli #3C6D60
Tints of Stromboli #3C6D60
RGB
CMYK
RGB Variations
Color information
#3C6D60 (or 0x3C6D60) is known color: Stromboli. HEX triplet: 3C, 6D and 60. RGB value is (60,109,96). Sum of RGB (Red+Green+Blue) = 60+109+96=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D60 is #C3929F. Grayscale: #5C5C5C. Windows color (decimal): -12817056 or 6319420. OLE color: 6319420.
HSL color Cylindrical-coordinate representation of color #3C6D60: hue angle of 164.08º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6D60 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 109 | 96 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.57 |
| HSL | 164.08º | 0.29% | 0.33% | - |
| HSV(B) | 164.08º | 0.45% | 0.43% | - |
| XYZ | 9.44 | 12.74 | 13.03 | - |
| YUV | 92.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 96 | 0.45 | 0 | 0.12 | 0.57 | 164.08 | 0.29 | 0.33 |
| Hex | 3C | 6D | 60 | 2D | 0 | C | 39 | A4 | 1D | 21 |
| Octal | 74 | 155 | 140 | 55 | 0 | 14 | 71 | 244 | 35 | 41 |
| Binary | 111100 | 1101101 | 1100000 | 101101 | 0 | 1100 | 111001 | 10100100 | 11101 | 100001 |
Color Harmonies of #3C6D60
Complementary color
Monochromatic Colors of #3C6D60
Black with #3C6D60
Text Example
Text Example
White with #3C6D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6D60; }
p { color: rgb(60,109,96); }
H1.HeaderClassName
{
color: #3C6D60;
}
.AnyTagClassName
{
color: #3C6D60;
}
</style>
background-color css
<style>
a { background-color: #3C6D60; }
a { background-color: rgb(60,109,96); }
div.DivClassName
{
background-color: #3C6D60;
}
.BgClassName
{
background-color: #3C6D60;
}
</style>
border-color css
<style>
span { border-color: #3C6D60; }
span { border-color: rgb(60,109,96); }
td.TdClassName
{
border-color: #3C6D60;
}
.TagClassName
{
border-color: #3C6D60;
}
</style>