Shades of Stromboli #32705C
Tints of Stromboli #32705C
RGB
CMYK
RGB Variations
Color information
#32705C (or 0x32705C) is known color: Stromboli. HEX triplet: 32, 70 and 5C. RGB value is (50,112,92). Sum of RGB (Red+Green+Blue) = 50+112+92=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #32705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32705C is #CD8FA3. Grayscale: #5B5B5B. Windows color (decimal): -13471652 or 6058034. OLE color: 6058034.
HSL color Cylindrical-coordinate representation of color #32705C: hue angle of 160.65º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32705C is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 92 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.56 |
| HSL | 160.65º | 0.38% | 0.32% | - |
| HSV(B) | 160.65º | 0.55% | 0.44% | - |
| XYZ | 9.04 | 13.04 | 12.17 | - |
| YUV | 91.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 92 | 0.55 | 0 | 0.18 | 0.56 | 160.65 | 0.38 | 0.32 |
| Hex | 32 | 70 | 5C | 37 | 0 | 12 | 38 | A1 | 26 | 20 |
| Octal | 62 | 160 | 134 | 67 | 0 | 22 | 70 | 241 | 46 | 40 |
| Binary | 110010 | 1110000 | 1011100 | 110111 | 0 | 10010 | 111000 | 10100001 | 100110 | 100000 |
Color Harmonies of #32705C
Complementary color
Monochromatic Colors of #32705C
Black with #32705C
Text Example
Text Example
White with #32705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32705C; }
p { color: rgb(50,112,92); }
H1.HeaderClassName
{
color: #32705C;
}
.AnyTagClassName
{
color: #32705C;
}
</style>
background-color css
<style>
a { background-color: #32705C; }
a { background-color: rgb(50,112,92); }
div.DivClassName
{
background-color: #32705C;
}
.BgClassName
{
background-color: #32705C;
}
</style>
border-color css
<style>
span { border-color: #32705C; }
span { border-color: rgb(50,112,92); }
td.TdClassName
{
border-color: #32705C;
}
.TagClassName
{
border-color: #32705C;
}
</style>