Shades of Stromboli #3B6A56
Tints of Stromboli #3B6A56
RGB
CMYK
RGB Variations
Color information
#3B6A56 (or 0x3B6A56) is known color: Stromboli. HEX triplet: 3B, 6A and 56. RGB value is (59,106,86). Sum of RGB (Red+Green+Blue) = 59+106+86=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6A56 is #C495A9. Grayscale: #595959. Windows color (decimal): -12883370 or 5663291. OLE color: 5663291.
HSL color Cylindrical-coordinate representation of color #3B6A56: hue angle of 154.47º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B6A56 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 106 | 86 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.58 |
| HSL | 154.47º | 0.28% | 0.32% | - |
| HSV(B) | 154.47º | 0.44% | 0.42% | - |
| XYZ | 8.64 | 11.91 | 10.65 | - |
| YUV | 89.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 86 | 0.44 | 0 | 0.19 | 0.58 | 154.47 | 0.28 | 0.32 |
| Hex | 3B | 6A | 56 | 2C | 0 | 13 | 3A | 9A | 1C | 20 |
| Octal | 73 | 152 | 126 | 54 | 0 | 23 | 72 | 232 | 34 | 40 |
| Binary | 111011 | 1101010 | 1010110 | 101100 | 0 | 10011 | 111010 | 10011010 | 11100 | 100000 |
Color Harmonies of #3B6A56
Complementary color
Monochromatic Colors of #3B6A56
Black with #3B6A56
Text Example
Text Example
White with #3B6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A56; }
p { color: rgb(59,106,86); }
H1.HeaderClassName
{
color: #3B6A56;
}
.AnyTagClassName
{
color: #3B6A56;
}
</style>
background-color css
<style>
a { background-color: #3B6A56; }
a { background-color: rgb(59,106,86); }
div.DivClassName
{
background-color: #3B6A56;
}
.BgClassName
{
background-color: #3B6A56;
}
</style>
border-color css
<style>
span { border-color: #3B6A56; }
span { border-color: rgb(59,106,86); }
td.TdClassName
{
border-color: #3B6A56;
}
.TagClassName
{
border-color: #3B6A56;
}
</style>