Shades of Stromboli #386C53
Tints of Stromboli #386C53
RGB
CMYK
RGB Variations
Color information
#386C53 (or 0x386C53) is known color: Stromboli. HEX triplet: 38, 6C and 53. RGB value is (56,108,83). Sum of RGB (Red+Green+Blue) = 56+108+83=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #386C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C53 is #C793AC. Grayscale: #595959. Windows color (decimal): -13079469 or 5467192. OLE color: 5467192.
HSL color Cylindrical-coordinate representation of color #386C53: hue angle of 151.15º degrees, saturation: 0.32, 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 #386C53 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 108 | 83 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.58 |
| HSL | 151.15º | 0.32% | 0.32% | - |
| HSV(B) | 151.15º | 0.48% | 0.42% | - |
| XYZ | 8.55 | 12.19 | 10.09 | - |
| YUV | 89.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 83 | 0.48 | 0 | 0.23 | 0.58 | 151.15 | 0.32 | 0.32 |
| Hex | 38 | 6C | 53 | 30 | 0 | 17 | 3A | 97 | 20 | 20 |
| Octal | 70 | 154 | 123 | 60 | 0 | 27 | 72 | 227 | 40 | 40 |
| Binary | 111000 | 1101100 | 1010011 | 110000 | 0 | 10111 | 111010 | 10010111 | 100000 | 100000 |
Color Harmonies of #386C53
Complementary color
Monochromatic Colors of #386C53
Black with #386C53
Text Example
Text Example
White with #386C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C53; }
p { color: rgb(56,108,83); }
H1.HeaderClassName
{
color: #386C53;
}
.AnyTagClassName
{
color: #386C53;
}
</style>
background-color css
<style>
a { background-color: #386C53; }
a { background-color: rgb(56,108,83); }
div.DivClassName
{
background-color: #386C53;
}
.BgClassName
{
background-color: #386C53;
}
</style>
border-color css
<style>
span { border-color: #386C53; }
span { border-color: rgb(56,108,83); }
td.TdClassName
{
border-color: #386C53;
}
.TagClassName
{
border-color: #386C53;
}
</style>