Shades of Stromboli #34705E
Tints of Stromboli #34705E
RGB
CMYK
RGB Variations
Color information
#34705E (or 0x34705E) is known color: Stromboli. HEX triplet: 34, 70 and 5E. RGB value is (52,112,94). Sum of RGB (Red+Green+Blue) = 52+112+94=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #34705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34705E is #CB8FA1. Grayscale: #5C5C5C. Windows color (decimal): -13340578 or 6189108. OLE color: 6189108.
HSL color Cylindrical-coordinate representation of color #34705E: hue angle of 162º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34705E is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 94 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.56 |
| HSL | 162º | 0.37% | 0.32% | - |
| HSV(B) | 162º | 0.54% | 0.44% | - |
| XYZ | 9.23 | 13.13 | 12.64 | - |
| YUV | 92.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 94 | 0.54 | 0 | 0.16 | 0.56 | 162 | 0.37 | 0.32 |
| Hex | 34 | 70 | 5E | 36 | 0 | 10 | 38 | A2 | 25 | 20 |
| Octal | 64 | 160 | 136 | 66 | 0 | 20 | 70 | 242 | 45 | 40 |
| Binary | 110100 | 1110000 | 1011110 | 110110 | 0 | 10000 | 111000 | 10100010 | 100101 | 100000 |
Color Harmonies of #34705E
Complementary color
Monochromatic Colors of #34705E
Black with #34705E
Text Example
Text Example
White with #34705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34705E; }
p { color: rgb(52,112,94); }
H1.HeaderClassName
{
color: #34705E;
}
.AnyTagClassName
{
color: #34705E;
}
</style>
background-color css
<style>
a { background-color: #34705E; }
a { background-color: rgb(52,112,94); }
div.DivClassName
{
background-color: #34705E;
}
.BgClassName
{
background-color: #34705E;
}
</style>
border-color css
<style>
span { border-color: #34705E; }
span { border-color: rgb(52,112,94); }
td.TdClassName
{
border-color: #34705E;
}
.TagClassName
{
border-color: #34705E;
}
</style>