Shades of Stromboli #3A715B
Tints of Stromboli #3A715B
RGB
CMYK
RGB Variations
Color information
#3A715B (or 0x3A715B) is known color: Stromboli. HEX triplet: 3A, 71 and 5B. RGB value is (58,113,91). Sum of RGB (Red+Green+Blue) = 58+113+91=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #3A715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A715B is #C58EA4. Grayscale: #5E5E5E. Windows color (decimal): -12947109 or 5992762. OLE color: 5992762.
HSL color Cylindrical-coordinate representation of color #3A715B: hue angle of 156º 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 #3A715B is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 91 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.56 |
| HSL | 156º | 0.32% | 0.34% | - |
| HSV(B) | 156º | 0.49% | 0.44% | - |
| XYZ | 9.54 | 13.47 | 11.99 | - |
| YUV | 94.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 91 | 0.49 | 0 | 0.19 | 0.56 | 156 | 0.32 | 0.34 |
| Hex | 3A | 71 | 5B | 31 | 0 | 13 | 38 | 9C | 20 | 22 |
| Octal | 72 | 161 | 133 | 61 | 0 | 23 | 70 | 234 | 40 | 42 |
| Binary | 111010 | 1110001 | 1011011 | 110001 | 0 | 10011 | 111000 | 10011100 | 100000 | 100010 |
Color Harmonies of #3A715B
Complementary color
Monochromatic Colors of #3A715B
Black with #3A715B
Text Example
Text Example
White with #3A715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A715B; }
p { color: rgb(58,113,91); }
H1.HeaderClassName
{
color: #3A715B;
}
.AnyTagClassName
{
color: #3A715B;
}
</style>
background-color css
<style>
a { background-color: #3A715B; }
a { background-color: rgb(58,113,91); }
div.DivClassName
{
background-color: #3A715B;
}
.BgClassName
{
background-color: #3A715B;
}
</style>
border-color css
<style>
span { border-color: #3A715B; }
span { border-color: rgb(58,113,91); }
td.TdClassName
{
border-color: #3A715B;
}
.TagClassName
{
border-color: #3A715B;
}
</style>