Shades of Stromboli #396B5F
Tints of Stromboli #396B5F
RGB
CMYK
RGB Variations
Color information
#396B5F (or 0x396B5F) is known color: Stromboli. HEX triplet: 39, 6B and 5F. RGB value is (57,107,95). Sum of RGB (Red+Green+Blue) = 57+107+95=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #396B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B5F is #C694A0. Grayscale: #5A5A5A. Windows color (decimal): -13014177 or 6253369. OLE color: 6253369.
HSL color Cylindrical-coordinate representation of color #396B5F: hue angle of 165.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B5F is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 95 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.58 |
| HSL | 165.6º | 0.3% | 0.32% | - |
| HSV(B) | 165.6º | 0.47% | 0.42% | - |
| XYZ | 9.01 | 12.21 | 12.71 | - |
| YUV | 90.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 95 | 0.47 | 0 | 0.11 | 0.58 | 165.6 | 0.3 | 0.32 |
| Hex | 39 | 6B | 5F | 2F | 0 | B | 3A | A6 | 1E | 20 |
| Octal | 71 | 153 | 137 | 57 | 0 | 13 | 72 | 246 | 36 | 40 |
| Binary | 111001 | 1101011 | 1011111 | 101111 | 0 | 1011 | 111010 | 10100110 | 11110 | 100000 |
Color Harmonies of #396B5F
Complementary color
Monochromatic Colors of #396B5F
Black with #396B5F
Text Example
Text Example
White with #396B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B5F; }
p { color: rgb(57,107,95); }
H1.HeaderClassName
{
color: #396B5F;
}
.AnyTagClassName
{
color: #396B5F;
}
</style>
background-color css
<style>
a { background-color: #396B5F; }
a { background-color: rgb(57,107,95); }
div.DivClassName
{
background-color: #396B5F;
}
.BgClassName
{
background-color: #396B5F;
}
</style>
border-color css
<style>
span { border-color: #396B5F; }
span { border-color: rgb(57,107,95); }
td.TdClassName
{
border-color: #396B5F;
}
.TagClassName
{
border-color: #396B5F;
}
</style>