Shades of Stromboli #3C5F57
Tints of Stromboli #3C5F57
RGB
CMYK
RGB Variations
Color information
#3C5F57 (or 0x3C5F57) is known color: Stromboli. HEX triplet: 3C, 5F and 57. RGB value is (60,95,87). Sum of RGB (Red+Green+Blue) = 60+95+87=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F57 is #C3A0A8. Grayscale: #535353. Windows color (decimal): -12820649 or 5726012. OLE color: 5726012.
HSL color Cylindrical-coordinate representation of color #3C5F57: hue angle of 166.29º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F57 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 95 | 87 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.63 |
| HSL | 166.29º | 0.23% | 0.3% | - |
| HSV(B) | 166.29º | 0.37% | 0.37% | - |
| XYZ | 7.68 | 9.83 | 10.51 | - |
| YUV | 83.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 87 | 0.37 | 0 | 0.08 | 0.63 | 166.29 | 0.23 | 0.3 |
| Hex | 3C | 5F | 57 | 25 | 0 | 8 | 3F | A6 | 17 | 1E |
| Octal | 74 | 137 | 127 | 45 | 0 | 10 | 77 | 246 | 27 | 36 |
| Binary | 111100 | 1011111 | 1010111 | 100101 | 0 | 1000 | 111111 | 10100110 | 10111 | 11110 |
Color Harmonies of #3C5F57
Complementary color
Monochromatic Colors of #3C5F57
Black with #3C5F57
Text Example
Text Example
White with #3C5F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5F57; }
p { color: rgb(60,95,87); }
H1.HeaderClassName
{
color: #3C5F57;
}
.AnyTagClassName
{
color: #3C5F57;
}
</style>
background-color css
<style>
a { background-color: #3C5F57; }
a { background-color: rgb(60,95,87); }
div.DivClassName
{
background-color: #3C5F57;
}
.BgClassName
{
background-color: #3C5F57;
}
</style>
border-color css
<style>
span { border-color: #3C5F57; }
span { border-color: rgb(60,95,87); }
td.TdClassName
{
border-color: #3C5F57;
}
.TagClassName
{
border-color: #3C5F57;
}
</style>