Shades of Stromboli #386B51
Tints of Stromboli #386B51
RGB
CMYK
RGB Variations
Color information
#386B51 (or 0x386B51) is known color: Stromboli. HEX triplet: 38, 6B and 51. RGB value is (56,107,81). Sum of RGB (Red+Green+Blue) = 56+107+81=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #386B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B51 is #C794AE. Grayscale: #585858. Windows color (decimal): -13079727 or 5335864. OLE color: 5335864.
HSL color Cylindrical-coordinate representation of color #386B51: hue angle of 149.41º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B51 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 81 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.58 |
| HSL | 149.41º | 0.31% | 0.32% | - |
| HSV(B) | 149.41º | 0.48% | 0.42% | - |
| XYZ | 8.37 | 11.95 | 9.65 | - |
| YUV | 88.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 81 | 0.48 | 0 | 0.24 | 0.58 | 149.41 | 0.31 | 0.32 |
| Hex | 38 | 6B | 51 | 30 | 0 | 18 | 3A | 95 | 1F | 20 |
| Octal | 70 | 153 | 121 | 60 | 0 | 30 | 72 | 225 | 37 | 40 |
| Binary | 111000 | 1101011 | 1010001 | 110000 | 0 | 11000 | 111010 | 10010101 | 11111 | 100000 |
Color Harmonies of #386B51
Complementary color
Monochromatic Colors of #386B51
Black with #386B51
Text Example
Text Example
White with #386B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B51; }
p { color: rgb(56,107,81); }
H1.HeaderClassName
{
color: #386B51;
}
.AnyTagClassName
{
color: #386B51;
}
</style>
background-color css
<style>
a { background-color: #386B51; }
a { background-color: rgb(56,107,81); }
div.DivClassName
{
background-color: #386B51;
}
.BgClassName
{
background-color: #386B51;
}
</style>
border-color css
<style>
span { border-color: #386B51; }
span { border-color: rgb(56,107,81); }
td.TdClassName
{
border-color: #386B51;
}
.TagClassName
{
border-color: #386B51;
}
</style>