Shades of Stromboli #386F5E
Tints of Stromboli #386F5E
RGB
CMYK
RGB Variations
Color information
#386F5E (or 0x386F5E) is known color: Stromboli. HEX triplet: 38, 6F and 5E. RGB value is (56,111,94). Sum of RGB (Red+Green+Blue) = 56+111+94=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #386F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F5E is #C790A1. Grayscale: #5C5C5C. Windows color (decimal): -13078690 or 6188856. OLE color: 6188856.
HSL color Cylindrical-coordinate representation of color #386F5E: hue angle of 161.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F5E is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 94 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.56 |
| HSL | 161.45º | 0.33% | 0.33% | - |
| HSV(B) | 161.45º | 0.5% | 0.44% | - |
| XYZ | 9.34 | 13.02 | 12.61 | - |
| YUV | 92.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 94 | 0.50 | 0 | 0.15 | 0.56 | 161.45 | 0.33 | 0.33 |
| Hex | 38 | 6F | 5E | 32 | 0 | F | 38 | A1 | 21 | 21 |
| Octal | 70 | 157 | 136 | 62 | 0 | 17 | 70 | 241 | 41 | 41 |
| Binary | 111000 | 1101111 | 1011110 | 110010 | 0 | 1111 | 111000 | 10100001 | 100001 | 100001 |
Color Harmonies of #386F5E
Complementary color
Monochromatic Colors of #386F5E
Black with #386F5E
Text Example
Text Example
White with #386F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F5E; }
p { color: rgb(56,111,94); }
H1.HeaderClassName
{
color: #386F5E;
}
.AnyTagClassName
{
color: #386F5E;
}
</style>
background-color css
<style>
a { background-color: #386F5E; }
a { background-color: rgb(56,111,94); }
div.DivClassName
{
background-color: #386F5E;
}
.BgClassName
{
background-color: #386F5E;
}
</style>
border-color css
<style>
span { border-color: #386F5E; }
span { border-color: rgb(56,111,94); }
td.TdClassName
{
border-color: #386F5E;
}
.TagClassName
{
border-color: #386F5E;
}
</style>