Shades of Stromboli #386F5B
Tints of Stromboli #386F5B
RGB
CMYK
RGB Variations
Color information
#386F5B (or 0x386F5B) is known color: Stromboli. HEX triplet: 38, 6F and 5B. RGB value is (56,111,91). Sum of RGB (Red+Green+Blue) = 56+111+91=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #386F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F5B is #C790A4. Grayscale: #5C5C5C. Windows color (decimal): -13078693 or 5992248. OLE color: 5992248.
HSL color Cylindrical-coordinate representation of color #386F5B: hue angle of 158.18º 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 #386F5B is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 91 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.56 |
| HSL | 158.18º | 0.33% | 0.33% | - |
| HSV(B) | 158.18º | 0.5% | 0.44% | - |
| XYZ | 9.2 | 12.96 | 11.91 | - |
| YUV | 92.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 91 | 0.50 | 0 | 0.18 | 0.56 | 158.18 | 0.33 | 0.33 |
| Hex | 38 | 6F | 5B | 32 | 0 | 12 | 38 | 9E | 21 | 21 |
| Octal | 70 | 157 | 133 | 62 | 0 | 22 | 70 | 236 | 41 | 41 |
| Binary | 111000 | 1101111 | 1011011 | 110010 | 0 | 10010 | 111000 | 10011110 | 100001 | 100001 |
Color Harmonies of #386F5B
Complementary color
Monochromatic Colors of #386F5B
Black with #386F5B
Text Example
Text Example
White with #386F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F5B; }
p { color: rgb(56,111,91); }
H1.HeaderClassName
{
color: #386F5B;
}
.AnyTagClassName
{
color: #386F5B;
}
</style>
background-color css
<style>
a { background-color: #386F5B; }
a { background-color: rgb(56,111,91); }
div.DivClassName
{
background-color: #386F5B;
}
.BgClassName
{
background-color: #386F5B;
}
</style>
border-color css
<style>
span { border-color: #386F5B; }
span { border-color: rgb(56,111,91); }
td.TdClassName
{
border-color: #386F5B;
}
.TagClassName
{
border-color: #386F5B;
}
</style>