Shades of Stromboli #3A7061
Tints of Stromboli #3A7061
RGB
CMYK
RGB Variations
Color information
#3A7061 (or 0x3A7061) is known color: Stromboli. HEX triplet: 3A, 70 and 61. RGB value is (58,112,97). Sum of RGB (Red+Green+Blue) = 58+112+97=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7061 is #C58F9E. Grayscale: #5E5E5E. Windows color (decimal): -12947359 or 6385722. OLE color: 6385722.
HSL color Cylindrical-coordinate representation of color #3A7061: hue angle of 163.33º 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 #3A7061 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 97 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.56 |
| HSL | 163.33º | 0.32% | 0.33% | - |
| HSV(B) | 163.33º | 0.48% | 0.44% | - |
| XYZ | 9.7 | 13.35 | 13.38 | - |
| YUV | 94.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 97 | 0.48 | 0 | 0.13 | 0.56 | 163.33 | 0.32 | 0.33 |
| Hex | 3A | 70 | 61 | 30 | 0 | D | 38 | A3 | 20 | 21 |
| Octal | 72 | 160 | 141 | 60 | 0 | 15 | 70 | 243 | 40 | 41 |
| Binary | 111010 | 1110000 | 1100001 | 110000 | 0 | 1101 | 111000 | 10100011 | 100000 | 100001 |
Color Harmonies of #3A7061
Complementary color
Monochromatic Colors of #3A7061
Black with #3A7061
Text Example
Text Example
White with #3A7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7061; }
p { color: rgb(58,112,97); }
H1.HeaderClassName
{
color: #3A7061;
}
.AnyTagClassName
{
color: #3A7061;
}
</style>
background-color css
<style>
a { background-color: #3A7061; }
a { background-color: rgb(58,112,97); }
div.DivClassName
{
background-color: #3A7061;
}
.BgClassName
{
background-color: #3A7061;
}
</style>
border-color css
<style>
span { border-color: #3A7061; }
span { border-color: rgb(58,112,97); }
td.TdClassName
{
border-color: #3A7061;
}
.TagClassName
{
border-color: #3A7061;
}
</style>