Shades of Stromboli #3F6256
Tints of Stromboli #3F6256
RGB
CMYK
RGB Variations
Color information
#3F6256 (or 0x3F6256) is known color: Stromboli. HEX triplet: 3F, 62 and 56. RGB value is (63,98,86). Sum of RGB (Red+Green+Blue) = 63+98+86=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6256 is #C09DA9. Grayscale: #565656. Windows color (decimal): -12623274 or 5661247. OLE color: 5661247.
HSL color Cylindrical-coordinate representation of color #3F6256: hue angle of 159.43º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6256 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 86 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.62 |
| HSL | 159.43º | 0.22% | 0.32% | - |
| HSV(B) | 159.43º | 0.36% | 0.38% | - |
| XYZ | 8.1 | 10.46 | 10.4 | - |
| YUV | 86.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 86 | 0.36 | 0 | 0.12 | 0.62 | 159.43 | 0.22 | 0.32 |
| Hex | 3F | 62 | 56 | 24 | 0 | C | 3E | 9F | 16 | 20 |
| Octal | 77 | 142 | 126 | 44 | 0 | 14 | 76 | 237 | 26 | 40 |
| Binary | 111111 | 1100010 | 1010110 | 100100 | 0 | 1100 | 111110 | 10011111 | 10110 | 100000 |
Color Harmonies of #3F6256
Complementary color
Monochromatic Colors of #3F6256
Black with #3F6256
Text Example
Text Example
White with #3F6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6256; }
p { color: rgb(63,98,86); }
H1.HeaderClassName
{
color: #3F6256;
}
.AnyTagClassName
{
color: #3F6256;
}
</style>
background-color css
<style>
a { background-color: #3F6256; }
a { background-color: rgb(63,98,86); }
div.DivClassName
{
background-color: #3F6256;
}
.BgClassName
{
background-color: #3F6256;
}
</style>
border-color css
<style>
span { border-color: #3F6256; }
span { border-color: rgb(63,98,86); }
td.TdClassName
{
border-color: #3F6256;
}
.TagClassName
{
border-color: #3F6256;
}
</style>