Shades of Stromboli #32715B
Tints of Stromboli #32715B
RGB
CMYK
RGB Variations
Color information
#32715B (or 0x32715B) is known color: Stromboli. HEX triplet: 32, 71 and 5B. RGB value is (50,113,91). Sum of RGB (Red+Green+Blue) = 50+113+91=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #32715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32715B is #CD8EA4. Grayscale: #5B5B5B. Windows color (decimal): -13471397 or 5992754. OLE color: 5992754.
HSL color Cylindrical-coordinate representation of color #32715B: hue angle of 159.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32715B is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 91 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.56 |
| HSL | 159.05º | 0.39% | 0.32% | - |
| HSV(B) | 159.05º | 0.56% | 0.44% | - |
| XYZ | 9.11 | 13.24 | 11.97 | - |
| YUV | 91.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 91 | 0.56 | 0 | 0.19 | 0.56 | 159.05 | 0.39 | 0.32 |
| Hex | 32 | 71 | 5B | 38 | 0 | 13 | 38 | 9F | 27 | 20 |
| Octal | 62 | 161 | 133 | 70 | 0 | 23 | 70 | 237 | 47 | 40 |
| Binary | 110010 | 1110001 | 1011011 | 111000 | 0 | 10011 | 111000 | 10011111 | 100111 | 100000 |
Color Harmonies of #32715B
Complementary color
Monochromatic Colors of #32715B
Black with #32715B
Text Example
Text Example
White with #32715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32715B; }
p { color: rgb(50,113,91); }
H1.HeaderClassName
{
color: #32715B;
}
.AnyTagClassName
{
color: #32715B;
}
</style>
background-color css
<style>
a { background-color: #32715B; }
a { background-color: rgb(50,113,91); }
div.DivClassName
{
background-color: #32715B;
}
.BgClassName
{
background-color: #32715B;
}
</style>
border-color css
<style>
span { border-color: #32715B; }
span { border-color: rgb(50,113,91); }
td.TdClassName
{
border-color: #32715B;
}
.TagClassName
{
border-color: #32715B;
}
</style>