Shades of Stromboli #396F5D
Tints of Stromboli #396F5D
RGB
CMYK
RGB Variations
Color information
#396F5D (or 0x396F5D) is known color: Stromboli. HEX triplet: 39, 6F and 5D. RGB value is (57,111,93). Sum of RGB (Red+Green+Blue) = 57+111+93=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #396F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F5D is #C690A2. Grayscale: #5C5C5C. Windows color (decimal): -13013155 or 6123321. OLE color: 6123321.
HSL color Cylindrical-coordinate representation of color #396F5D: hue angle of 160º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F5D is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 93 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.56 |
| HSL | 160º | 0.32% | 0.33% | - |
| HSV(B) | 160º | 0.49% | 0.44% | - |
| XYZ | 9.35 | 13.03 | 12.38 | - |
| YUV | 92.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 93 | 0.49 | 0 | 0.16 | 0.56 | 160 | 0.32 | 0.33 |
| Hex | 39 | 6F | 5D | 31 | 0 | 10 | 38 | A0 | 20 | 21 |
| Octal | 71 | 157 | 135 | 61 | 0 | 20 | 70 | 240 | 40 | 41 |
| Binary | 111001 | 1101111 | 1011101 | 110001 | 0 | 10000 | 111000 | 10100000 | 100000 | 100001 |
Color Harmonies of #396F5D
Complementary color
Monochromatic Colors of #396F5D
Black with #396F5D
Text Example
Text Example
White with #396F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F5D; }
p { color: rgb(57,111,93); }
H1.HeaderClassName
{
color: #396F5D;
}
.AnyTagClassName
{
color: #396F5D;
}
</style>
background-color css
<style>
a { background-color: #396F5D; }
a { background-color: rgb(57,111,93); }
div.DivClassName
{
background-color: #396F5D;
}
.BgClassName
{
background-color: #396F5D;
}
</style>
border-color css
<style>
span { border-color: #396F5D; }
span { border-color: rgb(57,111,93); }
td.TdClassName
{
border-color: #396F5D;
}
.TagClassName
{
border-color: #396F5D;
}
</style>