Shades of Stromboli #386D5C
Tints of Stromboli #386D5C
RGB
CMYK
RGB Variations
Color information
#386D5C (or 0x386D5C) is known color: Stromboli. HEX triplet: 38, 6D and 5C. RGB value is (56,109,92). Sum of RGB (Red+Green+Blue) = 56+109+92=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #386D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D5C is #C792A3. Grayscale: #5B5B5B. Windows color (decimal): -13079204 or 6057272. OLE color: 6057272.
HSL color Cylindrical-coordinate representation of color #386D5C: hue angle of 160.75º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D5C is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 109 | 92 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.57 |
| HSL | 160.75º | 0.32% | 0.32% | - |
| HSV(B) | 160.75º | 0.49% | 0.43% | - |
| XYZ | 9.03 | 12.55 | 12.07 | - |
| YUV | 91.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 92 | 0.49 | 0 | 0.16 | 0.57 | 160.75 | 0.32 | 0.32 |
| Hex | 38 | 6D | 5C | 31 | 0 | 10 | 39 | A1 | 20 | 20 |
| Octal | 70 | 155 | 134 | 61 | 0 | 20 | 71 | 241 | 40 | 40 |
| Binary | 111000 | 1101101 | 1011100 | 110001 | 0 | 10000 | 111001 | 10100001 | 100000 | 100000 |
Color Harmonies of #386D5C
Complementary color
Monochromatic Colors of #386D5C
Black with #386D5C
Text Example
Text Example
White with #386D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386D5C; }
p { color: rgb(56,109,92); }
H1.HeaderClassName
{
color: #386D5C;
}
.AnyTagClassName
{
color: #386D5C;
}
</style>
background-color css
<style>
a { background-color: #386D5C; }
a { background-color: rgb(56,109,92); }
div.DivClassName
{
background-color: #386D5C;
}
.BgClassName
{
background-color: #386D5C;
}
</style>
border-color css
<style>
span { border-color: #386D5C; }
span { border-color: rgb(56,109,92); }
td.TdClassName
{
border-color: #386D5C;
}
.TagClassName
{
border-color: #386D5C;
}
</style>