Shades of Stromboli #33705D
Tints of Stromboli #33705D
RGB
CMYK
RGB Variations
Color information
#33705D (or 0x33705D) is known color: Stromboli. HEX triplet: 33, 70 and 5D. RGB value is (51,112,93). Sum of RGB (Red+Green+Blue) = 51+112+93=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #33705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33705D is #CC8FA2. Grayscale: #5B5B5B. Windows color (decimal): -13406115 or 6123571. OLE color: 6123571.
HSL color Cylindrical-coordinate representation of color #33705D: hue angle of 161.31º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33705D is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 93 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.56 |
| HSL | 161.31º | 0.37% | 0.32% | - |
| HSV(B) | 161.31º | 0.54% | 0.44% | - |
| XYZ | 9.14 | 13.08 | 12.4 | - |
| YUV | 91.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 93 | 0.54 | 0 | 0.17 | 0.56 | 161.31 | 0.37 | 0.32 |
| Hex | 33 | 70 | 5D | 36 | 0 | 11 | 38 | A1 | 25 | 20 |
| Octal | 63 | 160 | 135 | 66 | 0 | 21 | 70 | 241 | 45 | 40 |
| Binary | 110011 | 1110000 | 1011101 | 110110 | 0 | 10001 | 111000 | 10100001 | 100101 | 100000 |
Color Harmonies of #33705D
Complementary color
Monochromatic Colors of #33705D
Black with #33705D
Text Example
Text Example
White with #33705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33705D; }
p { color: rgb(51,112,93); }
H1.HeaderClassName
{
color: #33705D;
}
.AnyTagClassName
{
color: #33705D;
}
</style>
background-color css
<style>
a { background-color: #33705D; }
a { background-color: rgb(51,112,93); }
div.DivClassName
{
background-color: #33705D;
}
.BgClassName
{
background-color: #33705D;
}
</style>
border-color css
<style>
span { border-color: #33705D; }
span { border-color: rgb(51,112,93); }
td.TdClassName
{
border-color: #33705D;
}
.TagClassName
{
border-color: #33705D;
}
</style>