Shades of Stromboli #3A7059
Tints of Stromboli #3A7059
RGB
CMYK
RGB Variations
Color information
#3A7059 (or 0x3A7059) is known color: Stromboli. HEX triplet: 3A, 70 and 59. RGB value is (58,112,89). Sum of RGB (Red+Green+Blue) = 58+112+89=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7059 is #C58FA6. Grayscale: #5D5D5D. Windows color (decimal): -12947367 or 5861434. OLE color: 5861434.
HSL color Cylindrical-coordinate representation of color #3A7059: hue angle of 154.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7059 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 89 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.56 |
| HSL | 154.44º | 0.32% | 0.33% | - |
| HSV(B) | 154.44º | 0.48% | 0.44% | - |
| XYZ | 9.34 | 13.21 | 11.51 | - |
| YUV | 93.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 89 | 0.48 | 0 | 0.21 | 0.56 | 154.44 | 0.32 | 0.33 |
| Hex | 3A | 70 | 59 | 30 | 0 | 15 | 38 | 9A | 20 | 21 |
| Octal | 72 | 160 | 131 | 60 | 0 | 25 | 70 | 232 | 40 | 41 |
| Binary | 111010 | 1110000 | 1011001 | 110000 | 0 | 10101 | 111000 | 10011010 | 100000 | 100001 |
Color Harmonies of #3A7059
Complementary color
Monochromatic Colors of #3A7059
Black with #3A7059
Text Example
Text Example
White with #3A7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7059; }
p { color: rgb(58,112,89); }
H1.HeaderClassName
{
color: #3A7059;
}
.AnyTagClassName
{
color: #3A7059;
}
</style>
background-color css
<style>
a { background-color: #3A7059; }
a { background-color: rgb(58,112,89); }
div.DivClassName
{
background-color: #3A7059;
}
.BgClassName
{
background-color: #3A7059;
}
</style>
border-color css
<style>
span { border-color: #3A7059; }
span { border-color: rgb(58,112,89); }
td.TdClassName
{
border-color: #3A7059;
}
.TagClassName
{
border-color: #3A7059;
}
</style>