Shades of Stromboli #386555
Tints of Stromboli #386555
RGB
CMYK
RGB Variations
Color information
#386555 (or 0x386555) is known color: Stromboli. HEX triplet: 38, 65 and 55. RGB value is (56,101,85). Sum of RGB (Red+Green+Blue) = 56+101+85=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #386555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386555 is #C79AAA. Grayscale: #555555. Windows color (decimal): -13081259 or 5596472. OLE color: 5596472.
HSL color Cylindrical-coordinate representation of color #386555: hue angle of 158.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386555 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 101 | 85 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.60 |
| HSL | 158.67º | 0.29% | 0.31% | - |
| HSV(B) | 158.67º | 0.45% | 0.4% | - |
| XYZ | 7.92 | 10.8 | 10.26 | - |
| YUV | 85.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 85 | 0.45 | 0 | 0.16 | 0.60 | 158.67 | 0.29 | 0.31 |
| Hex | 38 | 65 | 55 | 2D | 0 | 10 | 3C | 9F | 1D | 1F |
| Octal | 70 | 145 | 125 | 55 | 0 | 20 | 74 | 237 | 35 | 37 |
| Binary | 111000 | 1100101 | 1010101 | 101101 | 0 | 10000 | 111100 | 10011111 | 11101 | 11111 |
Color Harmonies of #386555
Complementary color
Monochromatic Colors of #386555
Black with #386555
Text Example
Text Example
White with #386555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386555; }
p { color: rgb(56,101,85); }
H1.HeaderClassName
{
color: #386555;
}
.AnyTagClassName
{
color: #386555;
}
</style>
background-color css
<style>
a { background-color: #386555; }
a { background-color: rgb(56,101,85); }
div.DivClassName
{
background-color: #386555;
}
.BgClassName
{
background-color: #386555;
}
</style>
border-color css
<style>
span { border-color: #386555; }
span { border-color: rgb(56,101,85); }
td.TdClassName
{
border-color: #386555;
}
.TagClassName
{
border-color: #386555;
}
</style>