Shades of Stromboli #326D58
Tints of Stromboli #326D58
RGB
CMYK
RGB Variations
Color information
#326D58 (or 0x326D58) is known color: Stromboli. HEX triplet: 32, 6D and 58. RGB value is (50,109,88). Sum of RGB (Red+Green+Blue) = 50+109+88=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #326D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D58 is #CD92A7. Grayscale: #585858. Windows color (decimal): -13472424 or 5795122. OLE color: 5795122.
HSL color Cylindrical-coordinate representation of color #326D58: hue angle of 158.64º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326D58 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 109 | 88 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.57 |
| HSL | 158.64º | 0.37% | 0.31% | - |
| HSV(B) | 158.64º | 0.54% | 0.43% | - |
| XYZ | 8.55 | 12.32 | 11.16 | - |
| YUV | 88.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 88 | 0.54 | 0 | 0.19 | 0.57 | 158.64 | 0.37 | 0.31 |
| Hex | 32 | 6D | 58 | 36 | 0 | 13 | 39 | 9F | 25 | 1F |
| Octal | 62 | 155 | 130 | 66 | 0 | 23 | 71 | 237 | 45 | 37 |
| Binary | 110010 | 1101101 | 1011000 | 110110 | 0 | 10011 | 111001 | 10011111 | 100101 | 11111 |
Color Harmonies of #326D58
Complementary color
Monochromatic Colors of #326D58
Black with #326D58
Text Example
Text Example
White with #326D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D58; }
p { color: rgb(50,109,88); }
H1.HeaderClassName
{
color: #326D58;
}
.AnyTagClassName
{
color: #326D58;
}
</style>
background-color css
<style>
a { background-color: #326D58; }
a { background-color: rgb(50,109,88); }
div.DivClassName
{
background-color: #326D58;
}
.BgClassName
{
background-color: #326D58;
}
</style>
border-color css
<style>
span { border-color: #326D58; }
span { border-color: rgb(50,109,88); }
td.TdClassName
{
border-color: #326D58;
}
.TagClassName
{
border-color: #326D58;
}
</style>