Shades of Stromboli #3C6F5B
Tints of Stromboli #3C6F5B
RGB
CMYK
RGB Variations
Color information
#3C6F5B (or 0x3C6F5B) is known color: Stromboli. HEX triplet: 3C, 6F and 5B. RGB value is (60,111,91). Sum of RGB (Red+Green+Blue) = 60+111+91=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F5B is #C390A4. Grayscale: #5D5D5D. Windows color (decimal): -12816549 or 5992252. OLE color: 5992252.
HSL color Cylindrical-coordinate representation of color #3C6F5B: hue angle of 156.47º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6F5B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 91 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.56 |
| HSL | 156.47º | 0.3% | 0.34% | - |
| HSV(B) | 156.47º | 0.46% | 0.44% | - |
| XYZ | 9.44 | 13.08 | 11.93 | - |
| YUV | 93.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 91 | 0.46 | 0 | 0.18 | 0.56 | 156.47 | 0.3 | 0.34 |
| Hex | 3C | 6F | 5B | 2E | 0 | 12 | 38 | 9C | 1E | 22 |
| Octal | 74 | 157 | 133 | 56 | 0 | 22 | 70 | 234 | 36 | 42 |
| Binary | 111100 | 1101111 | 1011011 | 101110 | 0 | 10010 | 111000 | 10011100 | 11110 | 100010 |
Color Harmonies of #3C6F5B
Complementary color
Monochromatic Colors of #3C6F5B
Black with #3C6F5B
Text Example
Text Example
White with #3C6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F5B; }
p { color: rgb(60,111,91); }
H1.HeaderClassName
{
color: #3C6F5B;
}
.AnyTagClassName
{
color: #3C6F5B;
}
</style>
background-color css
<style>
a { background-color: #3C6F5B; }
a { background-color: rgb(60,111,91); }
div.DivClassName
{
background-color: #3C6F5B;
}
.BgClassName
{
background-color: #3C6F5B;
}
</style>
border-color css
<style>
span { border-color: #3C6F5B; }
span { border-color: rgb(60,111,91); }
td.TdClassName
{
border-color: #3C6F5B;
}
.TagClassName
{
border-color: #3C6F5B;
}
</style>