Shades of Stromboli #33745D
Tints of Stromboli #33745D
RGB
CMYK
RGB Variations
Color information
#33745D (or 0x33745D) is known color: Stromboli. HEX triplet: 33, 74 and 5D. RGB value is (51,116,93). Sum of RGB (Red+Green+Blue) = 51+116+93=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #33745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33745D is #CC8BA2. Grayscale: #5D5D5D. Windows color (decimal): -13405091 or 6124595. OLE color: 6124595.
HSL color Cylindrical-coordinate representation of color #33745D: hue angle of 158.77º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33745D is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 116 | 93 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.55 |
| HSL | 158.77º | 0.39% | 0.33% | - |
| HSV(B) | 158.77º | 0.56% | 0.45% | - |
| XYZ | 9.59 | 13.98 | 12.55 | - |
| YUV | 93.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 93 | 0.56 | 0 | 0.20 | 0.55 | 158.77 | 0.39 | 0.33 |
| Hex | 33 | 74 | 5D | 38 | 0 | 14 | 37 | 9F | 27 | 21 |
| Octal | 63 | 164 | 135 | 70 | 0 | 24 | 67 | 237 | 47 | 41 |
| Binary | 110011 | 1110100 | 1011101 | 111000 | 0 | 10100 | 110111 | 10011111 | 100111 | 100001 |
Color Harmonies of #33745D
Complementary color
Monochromatic Colors of #33745D
Black with #33745D
Text Example
Text Example
White with #33745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33745D; }
p { color: rgb(51,116,93); }
H1.HeaderClassName
{
color: #33745D;
}
.AnyTagClassName
{
color: #33745D;
}
</style>
background-color css
<style>
a { background-color: #33745D; }
a { background-color: rgb(51,116,93); }
div.DivClassName
{
background-color: #33745D;
}
.BgClassName
{
background-color: #33745D;
}
</style>
border-color css
<style>
span { border-color: #33745D; }
span { border-color: rgb(51,116,93); }
td.TdClassName
{
border-color: #33745D;
}
.TagClassName
{
border-color: #33745D;
}
</style>