Shades of Stromboli #386256
Tints of Stromboli #386256
RGB
CMYK
RGB Variations
Color information
#386256 (or 0x386256) is known color: Stromboli. HEX triplet: 38, 62 and 56. RGB value is (56,98,86). Sum of RGB (Red+Green+Blue) = 56+98+86=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #386256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386256 is #C79DA9. Grayscale: #545454. Windows color (decimal): -13082026 or 5661240. OLE color: 5661240.
HSL color Cylindrical-coordinate representation of color #386256: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386256 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 86 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.62 |
| HSL | 162.86º | 0.27% | 0.3% | - |
| HSV(B) | 162.86º | 0.43% | 0.38% | - |
| XYZ | 7.68 | 10.25 | 10.38 | - |
| YUV | 84.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 86 | 0.43 | 0 | 0.12 | 0.62 | 162.86 | 0.27 | 0.3 |
| Hex | 38 | 62 | 56 | 2B | 0 | C | 3E | A3 | 1B | 1E |
| Octal | 70 | 142 | 126 | 53 | 0 | 14 | 76 | 243 | 33 | 36 |
| Binary | 111000 | 1100010 | 1010110 | 101011 | 0 | 1100 | 111110 | 10100011 | 11011 | 11110 |
Color Harmonies of #386256
Complementary color
Monochromatic Colors of #386256
Black with #386256
Text Example
Text Example
White with #386256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386256; }
p { color: rgb(56,98,86); }
H1.HeaderClassName
{
color: #386256;
}
.AnyTagClassName
{
color: #386256;
}
</style>
background-color css
<style>
a { background-color: #386256; }
a { background-color: rgb(56,98,86); }
div.DivClassName
{
background-color: #386256;
}
.BgClassName
{
background-color: #386256;
}
</style>
border-color css
<style>
span { border-color: #386256; }
span { border-color: rgb(56,98,86); }
td.TdClassName
{
border-color: #386256;
}
.TagClassName
{
border-color: #386256;
}
</style>