Shades of Stromboli #3A6A61
Tints of Stromboli #3A6A61
RGB
CMYK
RGB Variations
Color information
#3A6A61 (or 0x3A6A61) is known color: Stromboli. HEX triplet: 3A, 6A and 61. RGB value is (58,106,97). Sum of RGB (Red+Green+Blue) = 58+106+97=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6A61 is #C5959E. Grayscale: #5A5A5A. Windows color (decimal): -12948895 or 6384186. OLE color: 6384186.
HSL color Cylindrical-coordinate representation of color #3A6A61: hue angle of 168.75º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A61 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 97 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.58 |
| HSL | 168.75º | 0.29% | 0.32% | - |
| HSV(B) | 168.75º | 0.45% | 0.42% | - |
| XYZ | 9.06 | 12.07 | 13.16 | - |
| YUV | 90.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 97 | 0.45 | 0 | 0.08 | 0.58 | 168.75 | 0.29 | 0.32 |
| Hex | 3A | 6A | 61 | 2D | 0 | 8 | 3A | A9 | 1D | 20 |
| Octal | 72 | 152 | 141 | 55 | 0 | 10 | 72 | 251 | 35 | 40 |
| Binary | 111010 | 1101010 | 1100001 | 101101 | 0 | 1000 | 111010 | 10101001 | 11101 | 100000 |
Color Harmonies of #3A6A61
Complementary color
Monochromatic Colors of #3A6A61
Black with #3A6A61
Text Example
Text Example
White with #3A6A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A61; }
p { color: rgb(58,106,97); }
H1.HeaderClassName
{
color: #3A6A61;
}
.AnyTagClassName
{
color: #3A6A61;
}
</style>
background-color css
<style>
a { background-color: #3A6A61; }
a { background-color: rgb(58,106,97); }
div.DivClassName
{
background-color: #3A6A61;
}
.BgClassName
{
background-color: #3A6A61;
}
</style>
border-color css
<style>
span { border-color: #3A6A61; }
span { border-color: rgb(58,106,97); }
td.TdClassName
{
border-color: #3A6A61;
}
.TagClassName
{
border-color: #3A6A61;
}
</style>