Shades of Stromboli #396F58
Tints of Stromboli #396F58
RGB
CMYK
RGB Variations
Color information
#396F58 (or 0x396F58) is known color: Stromboli. HEX triplet: 39, 6F and 58. RGB value is (57,111,88). Sum of RGB (Red+Green+Blue) = 57+111+88=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #396F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F58 is #C690A7. Grayscale: #5C5C5C. Windows color (decimal): -13013160 or 5795641. OLE color: 5795641.
HSL color Cylindrical-coordinate representation of color #396F58: hue angle of 154.44º 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 #396F58 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 88 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.56 |
| HSL | 154.44º | 0.32% | 0.33% | - |
| HSV(B) | 154.44º | 0.49% | 0.44% | - |
| XYZ | 9.13 | 12.94 | 11.25 | - |
| YUV | 92.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 88 | 0.49 | 0 | 0.21 | 0.56 | 154.44 | 0.32 | 0.33 |
| Hex | 39 | 6F | 58 | 31 | 0 | 15 | 38 | 9A | 20 | 21 |
| Octal | 71 | 157 | 130 | 61 | 0 | 25 | 70 | 232 | 40 | 41 |
| Binary | 111001 | 1101111 | 1011000 | 110001 | 0 | 10101 | 111000 | 10011010 | 100000 | 100001 |
Color Harmonies of #396F58
Complementary color
Monochromatic Colors of #396F58
Black with #396F58
Text Example
Text Example
White with #396F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F58; }
p { color: rgb(57,111,88); }
H1.HeaderClassName
{
color: #396F58;
}
.AnyTagClassName
{
color: #396F58;
}
</style>
background-color css
<style>
a { background-color: #396F58; }
a { background-color: rgb(57,111,88); }
div.DivClassName
{
background-color: #396F58;
}
.BgClassName
{
background-color: #396F58;
}
</style>
border-color css
<style>
span { border-color: #396F58; }
span { border-color: rgb(57,111,88); }
td.TdClassName
{
border-color: #396F58;
}
.TagClassName
{
border-color: #396F58;
}
</style>