Shades of Stromboli #3B6A5F
Tints of Stromboli #3B6A5F
RGB
CMYK
RGB Variations
Color information
#3B6A5F (or 0x3B6A5F) is known color: Stromboli. HEX triplet: 3B, 6A and 5F. RGB value is (59,106,95). Sum of RGB (Red+Green+Blue) = 59+106+95=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6A5F is #C495A0. Grayscale: #5A5A5A. Windows color (decimal): -12883361 or 6253115. OLE color: 6253115.
HSL color Cylindrical-coordinate representation of color #3B6A5F: hue angle of 165.96º 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 #3B6A5F is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 106 | 95 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.58 |
| HSL | 165.96º | 0.28% | 0.32% | - |
| HSV(B) | 165.96º | 0.44% | 0.42% | - |
| XYZ | 9.02 | 12.06 | 12.68 | - |
| YUV | 90.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 95 | 0.44 | 0 | 0.10 | 0.58 | 165.96 | 0.28 | 0.32 |
| Hex | 3B | 6A | 5F | 2C | 0 | A | 3A | A6 | 1C | 20 |
| Octal | 73 | 152 | 137 | 54 | 0 | 12 | 72 | 246 | 34 | 40 |
| Binary | 111011 | 1101010 | 1011111 | 101100 | 0 | 1010 | 111010 | 10100110 | 11100 | 100000 |
Color Harmonies of #3B6A5F
Complementary color
Monochromatic Colors of #3B6A5F
Black with #3B6A5F
Text Example
Text Example
White with #3B6A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A5F; }
p { color: rgb(59,106,95); }
H1.HeaderClassName
{
color: #3B6A5F;
}
.AnyTagClassName
{
color: #3B6A5F;
}
</style>
background-color css
<style>
a { background-color: #3B6A5F; }
a { background-color: rgb(59,106,95); }
div.DivClassName
{
background-color: #3B6A5F;
}
.BgClassName
{
background-color: #3B6A5F;
}
</style>
border-color css
<style>
span { border-color: #3B6A5F; }
span { border-color: rgb(59,106,95); }
td.TdClassName
{
border-color: #3B6A5F;
}
.TagClassName
{
border-color: #3B6A5F;
}
</style>