Shades of Stromboli #3F6956
Tints of Stromboli #3F6956
RGB
CMYK
RGB Variations
Color information
#3F6956 (or 0x3F6956) is known color: Stromboli. HEX triplet: 3F, 69 and 56. RGB value is (63,105,86). Sum of RGB (Red+Green+Blue) = 63+105+86=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6956 is #C096A9. Grayscale: #5A5A5A. Windows color (decimal): -12621482 or 5663039. OLE color: 5663039.
HSL color Cylindrical-coordinate representation of color #3F6956: hue angle of 152.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F6956 is Cyan = 0.4, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 86 | - |
| CMYK | 0.4 | 0 | 0.18 | 0.59 |
| HSL | 152.86º | 0.25% | 0.33% | - |
| HSV(B) | 152.86º | 0.4% | 0.41% | - |
| XYZ | 8.78 | 11.83 | 10.63 | - |
| YUV | 90.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 86 | 0.4 | 0 | 0.18 | 0.59 | 152.86 | 0.25 | 0.33 |
| Hex | 3F | 69 | 56 | 28 | 0 | 12 | 3B | 99 | 19 | 21 |
| Octal | 77 | 151 | 126 | 50 | 0 | 22 | 73 | 231 | 31 | 41 |
| Binary | 111111 | 1101001 | 1010110 | 101000 | 0 | 10010 | 111011 | 10011001 | 11001 | 100001 |
Color Harmonies of #3F6956
Complementary color
Monochromatic Colors of #3F6956
Black with #3F6956
Text Example
Text Example
White with #3F6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6956; }
p { color: rgb(63,105,86); }
H1.HeaderClassName
{
color: #3F6956;
}
.AnyTagClassName
{
color: #3F6956;
}
</style>
background-color css
<style>
a { background-color: #3F6956; }
a { background-color: rgb(63,105,86); }
div.DivClassName
{
background-color: #3F6956;
}
.BgClassName
{
background-color: #3F6956;
}
</style>
border-color css
<style>
span { border-color: #3F6956; }
span { border-color: rgb(63,105,86); }
td.TdClassName
{
border-color: #3F6956;
}
.TagClassName
{
border-color: #3F6956;
}
</style>