Shades of Stromboli #32705A
Tints of Stromboli #32705A
RGB
CMYK
RGB Variations
Color information
#32705A (or 0x32705A) is known color: Stromboli. HEX triplet: 32, 70 and 5A. RGB value is (50,112,90). Sum of RGB (Red+Green+Blue) = 50+112+90=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #32705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32705A is #CD8FA5. Grayscale: #5A5A5A. Windows color (decimal): -13471654 or 5926962. OLE color: 5926962.
HSL color Cylindrical-coordinate representation of color #32705A: hue angle of 158.71º 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 #32705A is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 90 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.56 |
| HSL | 158.71º | 0.38% | 0.32% | - |
| HSV(B) | 158.71º | 0.55% | 0.44% | - |
| XYZ | 8.96 | 13 | 11.71 | - |
| YUV | 90.95 | 127.46 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 90 | 0.55 | 0 | 0.20 | 0.56 | 158.71 | 0.38 | 0.32 |
| Hex | 32 | 70 | 5A | 37 | 0 | 14 | 38 | 9F | 26 | 20 |
| Octal | 62 | 160 | 132 | 67 | 0 | 24 | 70 | 237 | 46 | 40 |
| Binary | 110010 | 1110000 | 1011010 | 110111 | 0 | 10100 | 111000 | 10011111 | 100110 | 100000 |
Color Harmonies of #32705A
Complementary color
Monochromatic Colors of #32705A
Black with #32705A
Text Example
Text Example
White with #32705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32705A; }
p { color: rgb(50,112,90); }
H1.HeaderClassName
{
color: #32705A;
}
.AnyTagClassName
{
color: #32705A;
}
</style>
background-color css
<style>
a { background-color: #32705A; }
a { background-color: rgb(50,112,90); }
div.DivClassName
{
background-color: #32705A;
}
.BgClassName
{
background-color: #32705A;
}
</style>
border-color css
<style>
span { border-color: #32705A; }
span { border-color: rgb(50,112,90); }
td.TdClassName
{
border-color: #32705A;
}
.TagClassName
{
border-color: #32705A;
}
</style>