Shades of Stromboli #3F6F59
Tints of Stromboli #3F6F59
RGB
CMYK
RGB Variations
Color information
#3F6F59 (or 0x3F6F59) is known color: Stromboli. HEX triplet: 3F, 6F and 59. RGB value is (63,111,89). Sum of RGB (Red+Green+Blue) = 63+111+89=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F59 is #C090A6. Grayscale: #5E5E5E. Windows color (decimal): -12619943 or 5861183. OLE color: 5861183.
HSL color Cylindrical-coordinate representation of color #3F6F59: hue angle of 152.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F59 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 111 | 89 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.56 |
| HSL | 152.5º | 0.28% | 0.34% | - |
| HSV(B) | 152.5º | 0.43% | 0.44% | - |
| XYZ | 9.54 | 13.15 | 11.49 | - |
| YUV | 94.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 111 | 89 | 0.43 | 0 | 0.20 | 0.56 | 152.5 | 0.28 | 0.34 |
| Hex | 3F | 6F | 59 | 2B | 0 | 14 | 38 | 98 | 1C | 22 |
| Octal | 77 | 157 | 131 | 53 | 0 | 24 | 70 | 230 | 34 | 42 |
| Binary | 111111 | 1101111 | 1011001 | 101011 | 0 | 10100 | 111000 | 10011000 | 11100 | 100010 |
Color Harmonies of #3F6F59
Complementary color
Monochromatic Colors of #3F6F59
Black with #3F6F59
Text Example
Text Example
White with #3F6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6F59; }
p { color: rgb(63,111,89); }
H1.HeaderClassName
{
color: #3F6F59;
}
.AnyTagClassName
{
color: #3F6F59;
}
</style>
background-color css
<style>
a { background-color: #3F6F59; }
a { background-color: rgb(63,111,89); }
div.DivClassName
{
background-color: #3F6F59;
}
.BgClassName
{
background-color: #3F6F59;
}
</style>
border-color css
<style>
span { border-color: #3F6F59; }
span { border-color: rgb(63,111,89); }
td.TdClassName
{
border-color: #3F6F59;
}
.TagClassName
{
border-color: #3F6F59;
}
</style>