Shades of Stromboli #346D54
Tints of Stromboli #346D54
RGB
CMYK
RGB Variations
Color information
#346D54 (or 0x346D54) is known color: Stromboli. HEX triplet: 34, 6D and 54. RGB value is (52,109,84). Sum of RGB (Red+Green+Blue) = 52+109+84=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #346D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D54 is #CB92AB. Grayscale: #595959. Windows color (decimal): -13341356 or 5532980. OLE color: 5532980.
HSL color Cylindrical-coordinate representation of color #346D54: hue angle of 153.68º 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 #346D54 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 84 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.57 |
| HSL | 153.68º | 0.35% | 0.32% | - |
| HSV(B) | 153.68º | 0.52% | 0.43% | - |
| XYZ | 8.49 | 12.31 | 10.32 | - |
| YUV | 89.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 84 | 0.52 | 0 | 0.23 | 0.57 | 153.68 | 0.35 | 0.32 |
| Hex | 34 | 6D | 54 | 34 | 0 | 17 | 39 | 9A | 23 | 20 |
| Octal | 64 | 155 | 124 | 64 | 0 | 27 | 71 | 232 | 43 | 40 |
| Binary | 110100 | 1101101 | 1010100 | 110100 | 0 | 10111 | 111001 | 10011010 | 100011 | 100000 |
Color Harmonies of #346D54
Complementary color
Monochromatic Colors of #346D54
Black with #346D54
Text Example
Text Example
White with #346D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D54; }
p { color: rgb(52,109,84); }
H1.HeaderClassName
{
color: #346D54;
}
.AnyTagClassName
{
color: #346D54;
}
</style>
background-color css
<style>
a { background-color: #346D54; }
a { background-color: rgb(52,109,84); }
div.DivClassName
{
background-color: #346D54;
}
.BgClassName
{
background-color: #346D54;
}
</style>
border-color css
<style>
span { border-color: #346D54; }
span { border-color: rgb(52,109,84); }
td.TdClassName
{
border-color: #346D54;
}
.TagClassName
{
border-color: #346D54;
}
</style>