Shades of Stromboli #346D58
Tints of Stromboli #346D58
RGB
CMYK
RGB Variations
Color information
#346D58 (or 0x346D58) is known color: Stromboli. HEX triplet: 34, 6D and 58. RGB value is (52,109,88). Sum of RGB (Red+Green+Blue) = 52+109+88=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 109 - color contains mainly: green. Hex color #346D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D58 is #CB92A7. Grayscale: #595959. Windows color (decimal): -13341352 or 5795124. OLE color: 5795124.
HSL color Cylindrical-coordinate representation of color #346D58: hue angle of 157.89º 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 #346D58 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 88 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.57 |
| HSL | 157.89º | 0.35% | 0.32% | - |
| HSV(B) | 157.89º | 0.52% | 0.43% | - |
| XYZ | 8.65 | 12.37 | 11.16 | - |
| YUV | 89.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 88 | 0.52 | 0 | 0.19 | 0.57 | 157.89 | 0.35 | 0.32 |
| Hex | 34 | 6D | 58 | 34 | 0 | 13 | 39 | 9E | 23 | 20 |
| Octal | 64 | 155 | 130 | 64 | 0 | 23 | 71 | 236 | 43 | 40 |
| Binary | 110100 | 1101101 | 1011000 | 110100 | 0 | 10011 | 111001 | 10011110 | 100011 | 100000 |
Color Harmonies of #346D58
Complementary color
Monochromatic Colors of #346D58
Black with #346D58
Text Example
Text Example
White with #346D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D58; }
p { color: rgb(52,109,88); }
H1.HeaderClassName
{
color: #346D58;
}
.AnyTagClassName
{
color: #346D58;
}
</style>
background-color css
<style>
a { background-color: #346D58; }
a { background-color: rgb(52,109,88); }
div.DivClassName
{
background-color: #346D58;
}
.BgClassName
{
background-color: #346D58;
}
</style>
border-color css
<style>
span { border-color: #346D58; }
span { border-color: rgb(52,109,88); }
td.TdClassName
{
border-color: #346D58;
}
.TagClassName
{
border-color: #346D58;
}
</style>