Shades of Stromboli #3C6F5F
Tints of Stromboli #3C6F5F
RGB
CMYK
RGB Variations
Color information
#3C6F5F (or 0x3C6F5F) is known color: Stromboli. HEX triplet: 3C, 6F and 5F. RGB value is (60,111,95). Sum of RGB (Red+Green+Blue) = 60+111+95=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F5F is #C390A0. Grayscale: #5D5D5D. Windows color (decimal): -12816545 or 6254396. OLE color: 6254396.
HSL color Cylindrical-coordinate representation of color #3C6F5F: hue angle of 161.18º 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 #3C6F5F is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 95 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.56 |
| HSL | 161.18º | 0.3% | 0.34% | - |
| HSV(B) | 161.18º | 0.46% | 0.44% | - |
| XYZ | 9.61 | 13.16 | 12.86 | - |
| YUV | 93.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 95 | 0.46 | 0 | 0.14 | 0.56 | 161.18 | 0.3 | 0.34 |
| Hex | 3C | 6F | 5F | 2E | 0 | E | 38 | A1 | 1E | 22 |
| Octal | 74 | 157 | 137 | 56 | 0 | 16 | 70 | 241 | 36 | 42 |
| Binary | 111100 | 1101111 | 1011111 | 101110 | 0 | 1110 | 111000 | 10100001 | 11110 | 100010 |
Color Harmonies of #3C6F5F
Complementary color
Monochromatic Colors of #3C6F5F
Black with #3C6F5F
Text Example
Text Example
White with #3C6F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F5F; }
p { color: rgb(60,111,95); }
H1.HeaderClassName
{
color: #3C6F5F;
}
.AnyTagClassName
{
color: #3C6F5F;
}
</style>
background-color css
<style>
a { background-color: #3C6F5F; }
a { background-color: rgb(60,111,95); }
div.DivClassName
{
background-color: #3C6F5F;
}
.BgClassName
{
background-color: #3C6F5F;
}
</style>
border-color css
<style>
span { border-color: #3C6F5F; }
span { border-color: rgb(60,111,95); }
td.TdClassName
{
border-color: #3C6F5F;
}
.TagClassName
{
border-color: #3C6F5F;
}
</style>