Shades of Stromboli #346E54
Tints of Stromboli #346E54
RGB
CMYK
RGB Variations
Color information
#346E54 (or 0x346E54) is known color: Stromboli. HEX triplet: 34, 6E and 54. RGB value is (52,110,84). Sum of RGB (Red+Green+Blue) = 52+110+84=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #346E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E54 is #CB91AB. Grayscale: #595959. Windows color (decimal): -13341100 or 5533236. OLE color: 5533236.
HSL color Cylindrical-coordinate representation of color #346E54: hue angle of 153.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346E54 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 84 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.57 |
| HSL | 153.1º | 0.36% | 0.32% | - |
| HSV(B) | 153.1º | 0.53% | 0.43% | - |
| XYZ | 8.59 | 12.52 | 10.35 | - |
| YUV | 89.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 84 | 0.53 | 0 | 0.24 | 0.57 | 153.1 | 0.36 | 0.32 |
| Hex | 34 | 6E | 54 | 35 | 0 | 18 | 39 | 99 | 24 | 20 |
| Octal | 64 | 156 | 124 | 65 | 0 | 30 | 71 | 231 | 44 | 40 |
| Binary | 110100 | 1101110 | 1010100 | 110101 | 0 | 11000 | 111001 | 10011001 | 100100 | 100000 |
Color Harmonies of #346E54
Complementary color
Monochromatic Colors of #346E54
Black with #346E54
Text Example
Text Example
White with #346E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E54; }
p { color: rgb(52,110,84); }
H1.HeaderClassName
{
color: #346E54;
}
.AnyTagClassName
{
color: #346E54;
}
</style>
background-color css
<style>
a { background-color: #346E54; }
a { background-color: rgb(52,110,84); }
div.DivClassName
{
background-color: #346E54;
}
.BgClassName
{
background-color: #346E54;
}
</style>
border-color css
<style>
span { border-color: #346E54; }
span { border-color: rgb(52,110,84); }
td.TdClassName
{
border-color: #346E54;
}
.TagClassName
{
border-color: #346E54;
}
</style>