Shades of Stromboli #34725C
Tints of Stromboli #34725C
RGB
CMYK
RGB Variations
Color information
#34725C (or 0x34725C) is known color: Stromboli. HEX triplet: 34, 72 and 5C. RGB value is (52,114,92). Sum of RGB (Red+Green+Blue) = 52+114+92=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #34725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34725C is #CB8DA3. Grayscale: #5C5C5C. Windows color (decimal): -13340068 or 6058548. OLE color: 6058548.
HSL color Cylindrical-coordinate representation of color #34725C: hue angle of 158.71º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34725C is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 114 | 92 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.55 |
| HSL | 158.71º | 0.37% | 0.33% | - |
| HSV(B) | 158.71º | 0.54% | 0.45% | - |
| XYZ | 9.37 | 13.54 | 12.24 | - |
| YUV | 92.95 | 127.46 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 92 | 0.54 | 0 | 0.19 | 0.55 | 158.71 | 0.37 | 0.33 |
| Hex | 34 | 72 | 5C | 36 | 0 | 13 | 37 | 9F | 25 | 21 |
| Octal | 64 | 162 | 134 | 66 | 0 | 23 | 67 | 237 | 45 | 41 |
| Binary | 110100 | 1110010 | 1011100 | 110110 | 0 | 10011 | 110111 | 10011111 | 100101 | 100001 |
Color Harmonies of #34725C
Complementary color
Monochromatic Colors of #34725C
Black with #34725C
Text Example
Text Example
White with #34725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34725C; }
p { color: rgb(52,114,92); }
H1.HeaderClassName
{
color: #34725C;
}
.AnyTagClassName
{
color: #34725C;
}
</style>
background-color css
<style>
a { background-color: #34725C; }
a { background-color: rgb(52,114,92); }
div.DivClassName
{
background-color: #34725C;
}
.BgClassName
{
background-color: #34725C;
}
</style>
border-color css
<style>
span { border-color: #34725C; }
span { border-color: rgb(52,114,92); }
td.TdClassName
{
border-color: #34725C;
}
.TagClassName
{
border-color: #34725C;
}
</style>