Shades of Stromboli #3F6D55
Tints of Stromboli #3F6D55
RGB
CMYK
RGB Variations
Color information
#3F6D55 (or 0x3F6D55) is known color: Stromboli. HEX triplet: 3F, 6D and 55. RGB value is (63,109,85). Sum of RGB (Red+Green+Blue) = 63+109+85=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D55 is #C092AA. Grayscale: #5C5C5C. Windows color (decimal): -12620459 or 5598527. OLE color: 5598527.
HSL color Cylindrical-coordinate representation of color #3F6D55: hue angle of 148.7º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6D55 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 109 | 85 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.57 |
| HSL | 148.7º | 0.27% | 0.34% | - |
| HSV(B) | 148.7º | 0.42% | 0.43% | - |
| XYZ | 9.16 | 12.65 | 10.55 | - |
| YUV | 92.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 85 | 0.42 | 0 | 0.22 | 0.57 | 148.7 | 0.27 | 0.34 |
| Hex | 3F | 6D | 55 | 2A | 0 | 16 | 39 | 95 | 1B | 22 |
| Octal | 77 | 155 | 125 | 52 | 0 | 26 | 71 | 225 | 33 | 42 |
| Binary | 111111 | 1101101 | 1010101 | 101010 | 0 | 10110 | 111001 | 10010101 | 11011 | 100010 |
Color Harmonies of #3F6D55
Complementary color
Monochromatic Colors of #3F6D55
Black with #3F6D55
Text Example
Text Example
White with #3F6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6D55; }
p { color: rgb(63,109,85); }
H1.HeaderClassName
{
color: #3F6D55;
}
.AnyTagClassName
{
color: #3F6D55;
}
</style>
background-color css
<style>
a { background-color: #3F6D55; }
a { background-color: rgb(63,109,85); }
div.DivClassName
{
background-color: #3F6D55;
}
.BgClassName
{
background-color: #3F6D55;
}
</style>
border-color css
<style>
span { border-color: #3F6D55; }
span { border-color: rgb(63,109,85); }
td.TdClassName
{
border-color: #3F6D55;
}
.TagClassName
{
border-color: #3F6D55;
}
</style>