Shades of Stromboli #34725B
Tints of Stromboli #34725B
RGB
CMYK
RGB Variations
Color information
#34725B (or 0x34725B) is known color: Stromboli. HEX triplet: 34, 72 and 5B. RGB value is (52,114,91). Sum of RGB (Red+Green+Blue) = 52+114+91=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #34725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34725B is #CB8DA4. Grayscale: #5C5C5C. Windows color (decimal): -13340069 or 5993012. OLE color: 5993012.
HSL color Cylindrical-coordinate representation of color #34725B: hue angle of 157.74º 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 #34725B is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 114 | 91 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.55 |
| HSL | 157.74º | 0.37% | 0.33% | - |
| HSV(B) | 157.74º | 0.54% | 0.45% | - |
| XYZ | 9.32 | 13.52 | 12.02 | - |
| YUV | 92.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 91 | 0.54 | 0 | 0.20 | 0.55 | 157.74 | 0.37 | 0.33 |
| Hex | 34 | 72 | 5B | 36 | 0 | 14 | 37 | 9E | 25 | 21 |
| Octal | 64 | 162 | 133 | 66 | 0 | 24 | 67 | 236 | 45 | 41 |
| Binary | 110100 | 1110010 | 1011011 | 110110 | 0 | 10100 | 110111 | 10011110 | 100101 | 100001 |
Color Harmonies of #34725B
Complementary color
Monochromatic Colors of #34725B
Black with #34725B
Text Example
Text Example
White with #34725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34725B; }
p { color: rgb(52,114,91); }
H1.HeaderClassName
{
color: #34725B;
}
.AnyTagClassName
{
color: #34725B;
}
</style>
background-color css
<style>
a { background-color: #34725B; }
a { background-color: rgb(52,114,91); }
div.DivClassName
{
background-color: #34725B;
}
.BgClassName
{
background-color: #34725B;
}
</style>
border-color css
<style>
span { border-color: #34725B; }
span { border-color: rgb(52,114,91); }
td.TdClassName
{
border-color: #34725B;
}
.TagClassName
{
border-color: #34725B;
}
</style>