Shades of Stromboli #3A715D
Tints of Stromboli #3A715D
RGB
CMYK
RGB Variations
Color information
#3A715D (or 0x3A715D) is known color: Stromboli. HEX triplet: 3A, 71 and 5D. RGB value is (58,113,93). Sum of RGB (Red+Green+Blue) = 58+113+93=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #3A715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A715D is #C58EA2. Grayscale: #5E5E5E. Windows color (decimal): -12947107 or 6123834. OLE color: 6123834.
HSL color Cylindrical-coordinate representation of color #3A715D: hue angle of 158.18º 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 #3A715D is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 93 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.56 |
| HSL | 158.18º | 0.32% | 0.34% | - |
| HSV(B) | 158.18º | 0.49% | 0.44% | - |
| XYZ | 9.63 | 13.5 | 12.45 | - |
| YUV | 94.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 93 | 0.49 | 0 | 0.18 | 0.56 | 158.18 | 0.32 | 0.34 |
| Hex | 3A | 71 | 5D | 31 | 0 | 12 | 38 | 9E | 20 | 22 |
| Octal | 72 | 161 | 135 | 61 | 0 | 22 | 70 | 236 | 40 | 42 |
| Binary | 111010 | 1110001 | 1011101 | 110001 | 0 | 10010 | 111000 | 10011110 | 100000 | 100010 |
Color Harmonies of #3A715D
Complementary color
Monochromatic Colors of #3A715D
Black with #3A715D
Text Example
Text Example
White with #3A715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A715D; }
p { color: rgb(58,113,93); }
H1.HeaderClassName
{
color: #3A715D;
}
.AnyTagClassName
{
color: #3A715D;
}
</style>
background-color css
<style>
a { background-color: #3A715D; }
a { background-color: rgb(58,113,93); }
div.DivClassName
{
background-color: #3A715D;
}
.BgClassName
{
background-color: #3A715D;
}
</style>
border-color css
<style>
span { border-color: #3A715D; }
span { border-color: rgb(58,113,93); }
td.TdClassName
{
border-color: #3A715D;
}
.TagClassName
{
border-color: #3A715D;
}
</style>