Shades of Stromboli #3A715A
Tints of Stromboli #3A715A
RGB
CMYK
RGB Variations
Color information
#3A715A (or 0x3A715A) is known color: Stromboli. HEX triplet: 3A, 71 and 5A. RGB value is (58,113,90). Sum of RGB (Red+Green+Blue) = 58+113+90=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #3A715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A715A is #C58EA5. Grayscale: #5D5D5D. Windows color (decimal): -12947110 or 5927226. OLE color: 5927226.
HSL color Cylindrical-coordinate representation of color #3A715A: hue angle of 154.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A715A is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 90 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.56 |
| HSL | 154.91º | 0.32% | 0.34% | - |
| HSV(B) | 154.91º | 0.49% | 0.44% | - |
| XYZ | 9.5 | 13.45 | 11.77 | - |
| YUV | 93.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 90 | 0.49 | 0 | 0.20 | 0.56 | 154.91 | 0.32 | 0.34 |
| Hex | 3A | 71 | 5A | 31 | 0 | 14 | 38 | 9B | 20 | 22 |
| Octal | 72 | 161 | 132 | 61 | 0 | 24 | 70 | 233 | 40 | 42 |
| Binary | 111010 | 1110001 | 1011010 | 110001 | 0 | 10100 | 111000 | 10011011 | 100000 | 100010 |
Color Harmonies of #3A715A
Complementary color
Monochromatic Colors of #3A715A
Black with #3A715A
Text Example
Text Example
White with #3A715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A715A; }
p { color: rgb(58,113,90); }
H1.HeaderClassName
{
color: #3A715A;
}
.AnyTagClassName
{
color: #3A715A;
}
</style>
background-color css
<style>
a { background-color: #3A715A; }
a { background-color: rgb(58,113,90); }
div.DivClassName
{
background-color: #3A715A;
}
.BgClassName
{
background-color: #3A715A;
}
</style>
border-color css
<style>
span { border-color: #3A715A; }
span { border-color: rgb(58,113,90); }
td.TdClassName
{
border-color: #3A715A;
}
.TagClassName
{
border-color: #3A715A;
}
</style>