Shades of Stromboli #346D55
Tints of Stromboli #346D55
RGB
CMYK
RGB Variations
Color information
#346D55 (or 0x346D55) is known color: Stromboli. HEX triplet: 34, 6D and 55. RGB value is (52,109,85). Sum of RGB (Red+Green+Blue) = 52+109+85=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #346D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D55 is #CB92AA. Grayscale: #595959. Windows color (decimal): -13341355 or 5598516. OLE color: 5598516.
HSL color Cylindrical-coordinate representation of color #346D55: hue angle of 154.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346D55 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 85 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.57 |
| HSL | 154.74º | 0.35% | 0.32% | - |
| HSV(B) | 154.74º | 0.52% | 0.43% | - |
| XYZ | 8.52 | 12.32 | 10.52 | - |
| YUV | 89.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 85 | 0.52 | 0 | 0.22 | 0.57 | 154.74 | 0.35 | 0.32 |
| Hex | 34 | 6D | 55 | 34 | 0 | 16 | 39 | 9B | 23 | 20 |
| Octal | 64 | 155 | 125 | 64 | 0 | 26 | 71 | 233 | 43 | 40 |
| Binary | 110100 | 1101101 | 1010101 | 110100 | 0 | 10110 | 111001 | 10011011 | 100011 | 100000 |
Color Harmonies of #346D55
Complementary color
Monochromatic Colors of #346D55
Black with #346D55
Text Example
Text Example
White with #346D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D55; }
p { color: rgb(52,109,85); }
H1.HeaderClassName
{
color: #346D55;
}
.AnyTagClassName
{
color: #346D55;
}
</style>
background-color css
<style>
a { background-color: #346D55; }
a { background-color: rgb(52,109,85); }
div.DivClassName
{
background-color: #346D55;
}
.BgClassName
{
background-color: #346D55;
}
</style>
border-color css
<style>
span { border-color: #346D55; }
span { border-color: rgb(52,109,85); }
td.TdClassName
{
border-color: #346D55;
}
.TagClassName
{
border-color: #346D55;
}
</style>