Shades of Stromboli #3C6757
Tints of Stromboli #3C6757
RGB
CMYK
RGB Variations
Color information
#3C6757 (or 0x3C6757) is known color: Stromboli. HEX triplet: 3C, 67 and 57. RGB value is (60,103,87). Sum of RGB (Red+Green+Blue) = 60+103+87=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #3C6757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6757 is #C398A8. Grayscale: #585858. Windows color (decimal): -12818601 or 5728060. OLE color: 5728060.
HSL color Cylindrical-coordinate representation of color #3C6757: hue angle of 157.67º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C6757 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 103 | 87 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.60 |
| HSL | 157.67º | 0.26% | 0.32% | - |
| HSV(B) | 157.67º | 0.42% | 0.4% | - |
| XYZ | 8.43 | 11.35 | 10.76 | - |
| YUV | 88.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 87 | 0.42 | 0 | 0.16 | 0.60 | 157.67 | 0.26 | 0.32 |
| Hex | 3C | 67 | 57 | 2A | 0 | 10 | 3C | 9E | 1A | 20 |
| Octal | 74 | 147 | 127 | 52 | 0 | 20 | 74 | 236 | 32 | 40 |
| Binary | 111100 | 1100111 | 1010111 | 101010 | 0 | 10000 | 111100 | 10011110 | 11010 | 100000 |
Color Harmonies of #3C6757
Complementary color
Monochromatic Colors of #3C6757
Black with #3C6757
Text Example
Text Example
White with #3C6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6757; }
p { color: rgb(60,103,87); }
H1.HeaderClassName
{
color: #3C6757;
}
.AnyTagClassName
{
color: #3C6757;
}
</style>
background-color css
<style>
a { background-color: #3C6757; }
a { background-color: rgb(60,103,87); }
div.DivClassName
{
background-color: #3C6757;
}
.BgClassName
{
background-color: #3C6757;
}
</style>
border-color css
<style>
span { border-color: #3C6757; }
span { border-color: rgb(60,103,87); }
td.TdClassName
{
border-color: #3C6757;
}
.TagClassName
{
border-color: #3C6757;
}
</style>