Shades of Stromboli #386F60
Tints of Stromboli #386F60
RGB
CMYK
RGB Variations
Color information
#386F60 (or 0x386F60) is known color: Stromboli. HEX triplet: 38, 6F and 60. RGB value is (56,111,96). Sum of RGB (Red+Green+Blue) = 56+111+96=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #386F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F60 is #C7909F. Grayscale: #5C5C5C. Windows color (decimal): -13078688 or 6319928. OLE color: 6319928.
HSL color Cylindrical-coordinate representation of color #386F60: hue angle of 163.64º 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 #386F60 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 96 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.56 |
| HSL | 163.64º | 0.33% | 0.33% | - |
| HSV(B) | 163.64º | 0.5% | 0.44% | - |
| XYZ | 9.43 | 13.05 | 13.09 | - |
| YUV | 92.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 96 | 0.50 | 0 | 0.14 | 0.56 | 163.64 | 0.33 | 0.33 |
| Hex | 38 | 6F | 60 | 32 | 0 | E | 38 | A4 | 21 | 21 |
| Octal | 70 | 157 | 140 | 62 | 0 | 16 | 70 | 244 | 41 | 41 |
| Binary | 111000 | 1101111 | 1100000 | 110010 | 0 | 1110 | 111000 | 10100100 | 100001 | 100001 |
Color Harmonies of #386F60
Complementary color
Monochromatic Colors of #386F60
Black with #386F60
Text Example
Text Example
White with #386F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F60; }
p { color: rgb(56,111,96); }
H1.HeaderClassName
{
color: #386F60;
}
.AnyTagClassName
{
color: #386F60;
}
</style>
background-color css
<style>
a { background-color: #386F60; }
a { background-color: rgb(56,111,96); }
div.DivClassName
{
background-color: #386F60;
}
.BgClassName
{
background-color: #386F60;
}
</style>
border-color css
<style>
span { border-color: #386F60; }
span { border-color: rgb(56,111,96); }
td.TdClassName
{
border-color: #386F60;
}
.TagClassName
{
border-color: #386F60;
}
</style>