Shades of Stromboli #3C6959
Tints of Stromboli #3C6959
RGB
CMYK
RGB Variations
Color information
#3C6959 (or 0x3C6959) is known color: Stromboli. HEX triplet: 3C, 69 and 59. RGB value is (60,105,89). Sum of RGB (Red+Green+Blue) = 60+105+89=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6959 is #C396A6. Grayscale: #595959. Windows color (decimal): -12818087 or 5859644. OLE color: 5859644.
HSL color Cylindrical-coordinate representation of color #3C6959: hue angle of 158.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6959 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 105 | 89 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.59 |
| HSL | 158.67º | 0.27% | 0.32% | - |
| HSV(B) | 158.67º | 0.43% | 0.41% | - |
| XYZ | 8.72 | 11.79 | 11.27 | - |
| YUV | 89.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 89 | 0.43 | 0 | 0.15 | 0.59 | 158.67 | 0.27 | 0.32 |
| Hex | 3C | 69 | 59 | 2B | 0 | F | 3B | 9F | 1B | 20 |
| Octal | 74 | 151 | 131 | 53 | 0 | 17 | 73 | 237 | 33 | 40 |
| Binary | 111100 | 1101001 | 1011001 | 101011 | 0 | 1111 | 111011 | 10011111 | 11011 | 100000 |
Color Harmonies of #3C6959
Complementary color
Monochromatic Colors of #3C6959
Black with #3C6959
Text Example
Text Example
White with #3C6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6959; }
p { color: rgb(60,105,89); }
H1.HeaderClassName
{
color: #3C6959;
}
.AnyTagClassName
{
color: #3C6959;
}
</style>
background-color css
<style>
a { background-color: #3C6959; }
a { background-color: rgb(60,105,89); }
div.DivClassName
{
background-color: #3C6959;
}
.BgClassName
{
background-color: #3C6959;
}
</style>
border-color css
<style>
span { border-color: #3C6959; }
span { border-color: rgb(60,105,89); }
td.TdClassName
{
border-color: #3C6959;
}
.TagClassName
{
border-color: #3C6959;
}
</style>