Shades of Stromboli #396A51
Tints of Stromboli #396A51
RGB
CMYK
RGB Variations
Color information
#396A51 (or 0x396A51) is known color: Stromboli. HEX triplet: 39, 6A and 51. RGB value is (57,106,81). Sum of RGB (Red+Green+Blue) = 57+106+81=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 106 - color contains mainly: green. Hex color #396A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A51 is #C695AE. Grayscale: #585858. Windows color (decimal): -13014447 or 5335609. OLE color: 5335609.
HSL color Cylindrical-coordinate representation of color #396A51: hue angle of 149.39º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396A51 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 106 | 81 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.58 |
| HSL | 149.39º | 0.3% | 0.32% | - |
| HSV(B) | 149.39º | 0.46% | 0.42% | - |
| XYZ | 8.33 | 11.77 | 9.62 | - |
| YUV | 88.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 81 | 0.46 | 0 | 0.24 | 0.58 | 149.39 | 0.3 | 0.32 |
| Hex | 39 | 6A | 51 | 2E | 0 | 18 | 3A | 95 | 1E | 20 |
| Octal | 71 | 152 | 121 | 56 | 0 | 30 | 72 | 225 | 36 | 40 |
| Binary | 111001 | 1101010 | 1010001 | 101110 | 0 | 11000 | 111010 | 10010101 | 11110 | 100000 |
Color Harmonies of #396A51
Complementary color
Monochromatic Colors of #396A51
Black with #396A51
Text Example
Text Example
White with #396A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A51; }
p { color: rgb(57,106,81); }
H1.HeaderClassName
{
color: #396A51;
}
.AnyTagClassName
{
color: #396A51;
}
</style>
background-color css
<style>
a { background-color: #396A51; }
a { background-color: rgb(57,106,81); }
div.DivClassName
{
background-color: #396A51;
}
.BgClassName
{
background-color: #396A51;
}
</style>
border-color css
<style>
span { border-color: #396A51; }
span { border-color: rgb(57,106,81); }
td.TdClassName
{
border-color: #396A51;
}
.TagClassName
{
border-color: #396A51;
}
</style>