Shades of Stromboli #3F6A56
Tints of Stromboli #3F6A56
RGB
CMYK
RGB Variations
Color information
#3F6A56 (or 0x3F6A56) is known color: Stromboli. HEX triplet: 3F, 6A and 56. RGB value is (63,106,86). Sum of RGB (Red+Green+Blue) = 63+106+86=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A56 is #C095A9. Grayscale: #5A5A5A. Windows color (decimal): -12621226 or 5663295. OLE color: 5663295.
HSL color Cylindrical-coordinate representation of color #3F6A56: hue angle of 152.09º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A56 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 106 | 86 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.58 |
| HSL | 152.09º | 0.25% | 0.33% | - |
| HSV(B) | 152.09º | 0.41% | 0.42% | - |
| XYZ | 8.88 | 12.04 | 10.66 | - |
| YUV | 90.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 106 | 86 | 0.41 | 0 | 0.19 | 0.58 | 152.09 | 0.25 | 0.33 |
| Hex | 3F | 6A | 56 | 29 | 0 | 13 | 3A | 98 | 19 | 21 |
| Octal | 77 | 152 | 126 | 51 | 0 | 23 | 72 | 230 | 31 | 41 |
| Binary | 111111 | 1101010 | 1010110 | 101001 | 0 | 10011 | 111010 | 10011000 | 11001 | 100001 |
Color Harmonies of #3F6A56
Complementary color
Monochromatic Colors of #3F6A56
Black with #3F6A56
Text Example
Text Example
White with #3F6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6A56; }
p { color: rgb(63,106,86); }
H1.HeaderClassName
{
color: #3F6A56;
}
.AnyTagClassName
{
color: #3F6A56;
}
</style>
background-color css
<style>
a { background-color: #3F6A56; }
a { background-color: rgb(63,106,86); }
div.DivClassName
{
background-color: #3F6A56;
}
.BgClassName
{
background-color: #3F6A56;
}
</style>
border-color css
<style>
span { border-color: #3F6A56; }
span { border-color: rgb(63,106,86); }
td.TdClassName
{
border-color: #3F6A56;
}
.TagClassName
{
border-color: #3F6A56;
}
</style>