Shades of Stromboli #336F5D
Tints of Stromboli #336F5D
RGB
CMYK
RGB Variations
Color information
#336F5D (or 0x336F5D) is known color: Stromboli. HEX triplet: 33, 6F and 5D. RGB value is (51,111,93). Sum of RGB (Red+Green+Blue) = 51+111+93=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #336F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F5D is #CC90A2. Grayscale: #5B5B5B. Windows color (decimal): -13406371 or 6123315. OLE color: 6123315.
HSL color Cylindrical-coordinate representation of color #336F5D: hue angle of 162º 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 #336F5D is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 93 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.56 |
| HSL | 162º | 0.37% | 0.32% | - |
| HSV(B) | 162º | 0.54% | 0.44% | - |
| XYZ | 9.03 | 12.86 | 12.36 | - |
| YUV | 91.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 93 | 0.54 | 0 | 0.16 | 0.56 | 162 | 0.37 | 0.32 |
| Hex | 33 | 6F | 5D | 36 | 0 | 10 | 38 | A2 | 25 | 20 |
| Octal | 63 | 157 | 135 | 66 | 0 | 20 | 70 | 242 | 45 | 40 |
| Binary | 110011 | 1101111 | 1011101 | 110110 | 0 | 10000 | 111000 | 10100010 | 100101 | 100000 |
Color Harmonies of #336F5D
Complementary color
Monochromatic Colors of #336F5D
Black with #336F5D
Text Example
Text Example
White with #336F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F5D; }
p { color: rgb(51,111,93); }
H1.HeaderClassName
{
color: #336F5D;
}
.AnyTagClassName
{
color: #336F5D;
}
</style>
background-color css
<style>
a { background-color: #336F5D; }
a { background-color: rgb(51,111,93); }
div.DivClassName
{
background-color: #336F5D;
}
.BgClassName
{
background-color: #336F5D;
}
</style>
border-color css
<style>
span { border-color: #336F5D; }
span { border-color: rgb(51,111,93); }
td.TdClassName
{
border-color: #336F5D;
}
.TagClassName
{
border-color: #336F5D;
}
</style>