Shades of Stromboli #386A60
Tints of Stromboli #386A60
RGB
CMYK
RGB Variations
Color information
#386A60 (or 0x386A60) is known color: Stromboli. HEX triplet: 38, 6A and 60. RGB value is (56,106,96). Sum of RGB (Red+Green+Blue) = 56+106+96=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #386A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A60 is #C7959F. Grayscale: #595959. Windows color (decimal): -13079968 or 6318648. OLE color: 6318648.
HSL color Cylindrical-coordinate representation of color #386A60: hue angle of 168º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A60 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 96 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.58 |
| HSL | 168º | 0.31% | 0.32% | - |
| HSV(B) | 168º | 0.47% | 0.42% | - |
| XYZ | 8.9 | 11.99 | 12.91 | - |
| YUV | 89.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 96 | 0.47 | 0 | 0.09 | 0.58 | 168 | 0.31 | 0.32 |
| Hex | 38 | 6A | 60 | 2F | 0 | 9 | 3A | A8 | 1F | 20 |
| Octal | 70 | 152 | 140 | 57 | 0 | 11 | 72 | 250 | 37 | 40 |
| Binary | 111000 | 1101010 | 1100000 | 101111 | 0 | 1001 | 111010 | 10101000 | 11111 | 100000 |
Color Harmonies of #386A60
Complementary color
Monochromatic Colors of #386A60
Black with #386A60
Text Example
Text Example
White with #386A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A60; }
p { color: rgb(56,106,96); }
H1.HeaderClassName
{
color: #386A60;
}
.AnyTagClassName
{
color: #386A60;
}
</style>
background-color css
<style>
a { background-color: #386A60; }
a { background-color: rgb(56,106,96); }
div.DivClassName
{
background-color: #386A60;
}
.BgClassName
{
background-color: #386A60;
}
</style>
border-color css
<style>
span { border-color: #386A60; }
span { border-color: rgb(56,106,96); }
td.TdClassName
{
border-color: #386A60;
}
.TagClassName
{
border-color: #386A60;
}
</style>