Shades of Stromboli #346C56
Tints of Stromboli #346C56
RGB
CMYK
RGB Variations
Color information
#346C56 (or 0x346C56) is known color: Stromboli. HEX triplet: 34, 6C and 56. RGB value is (52,108,86). Sum of RGB (Red+Green+Blue) = 52+108+86=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #346C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C56 is #CB93A9. Grayscale: #585858. Windows color (decimal): -13341610 or 5663796. OLE color: 5663796.
HSL color Cylindrical-coordinate representation of color #346C56: hue angle of 156.43º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C56 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 86 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.58 |
| HSL | 156.43º | 0.35% | 0.31% | - |
| HSV(B) | 156.43º | 0.52% | 0.42% | - |
| XYZ | 8.46 | 12.13 | 10.7 | - |
| YUV | 88.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 86 | 0.52 | 0 | 0.20 | 0.58 | 156.43 | 0.35 | 0.31 |
| Hex | 34 | 6C | 56 | 34 | 0 | 14 | 3A | 9C | 23 | 1F |
| Octal | 64 | 154 | 126 | 64 | 0 | 24 | 72 | 234 | 43 | 37 |
| Binary | 110100 | 1101100 | 1010110 | 110100 | 0 | 10100 | 111010 | 10011100 | 100011 | 11111 |
Color Harmonies of #346C56
Complementary color
Monochromatic Colors of #346C56
Black with #346C56
Text Example
Text Example
White with #346C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C56; }
p { color: rgb(52,108,86); }
H1.HeaderClassName
{
color: #346C56;
}
.AnyTagClassName
{
color: #346C56;
}
</style>
background-color css
<style>
a { background-color: #346C56; }
a { background-color: rgb(52,108,86); }
div.DivClassName
{
background-color: #346C56;
}
.BgClassName
{
background-color: #346C56;
}
</style>
border-color css
<style>
span { border-color: #346C56; }
span { border-color: rgb(52,108,86); }
td.TdClassName
{
border-color: #346C56;
}
.TagClassName
{
border-color: #346C56;
}
</style>