Shades of Stromboli #396D5C
Tints of Stromboli #396D5C
RGB
CMYK
RGB Variations
Color information
#396D5C (or 0x396D5C) is known color: Stromboli. HEX triplet: 39, 6D and 5C. RGB value is (57,109,92). Sum of RGB (Red+Green+Blue) = 57+109+92=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #396D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D5C is #C692A3. Grayscale: #5B5B5B. Windows color (decimal): -13013668 or 6057273. OLE color: 6057273.
HSL color Cylindrical-coordinate representation of color #396D5C: hue angle of 160.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D5C is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 92 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.57 |
| HSL | 160.38º | 0.31% | 0.33% | - |
| HSV(B) | 160.38º | 0.48% | 0.43% | - |
| XYZ | 9.09 | 12.58 | 12.07 | - |
| YUV | 91.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 92 | 0.48 | 0 | 0.16 | 0.57 | 160.38 | 0.31 | 0.33 |
| Hex | 39 | 6D | 5C | 30 | 0 | 10 | 39 | A0 | 1F | 21 |
| Octal | 71 | 155 | 134 | 60 | 0 | 20 | 71 | 240 | 37 | 41 |
| Binary | 111001 | 1101101 | 1011100 | 110000 | 0 | 10000 | 111001 | 10100000 | 11111 | 100001 |
Color Harmonies of #396D5C
Complementary color
Monochromatic Colors of #396D5C
Black with #396D5C
Text Example
Text Example
White with #396D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D5C; }
p { color: rgb(57,109,92); }
H1.HeaderClassName
{
color: #396D5C;
}
.AnyTagClassName
{
color: #396D5C;
}
</style>
background-color css
<style>
a { background-color: #396D5C; }
a { background-color: rgb(57,109,92); }
div.DivClassName
{
background-color: #396D5C;
}
.BgClassName
{
background-color: #396D5C;
}
</style>
border-color css
<style>
span { border-color: #396D5C; }
span { border-color: rgb(57,109,92); }
td.TdClassName
{
border-color: #396D5C;
}
.TagClassName
{
border-color: #396D5C;
}
</style>