Shades of Stromboli #3A705B
Tints of Stromboli #3A705B
RGB
CMYK
RGB Variations
Color information
#3A705B (or 0x3A705B) is known color: Stromboli. HEX triplet: 3A, 70 and 5B. RGB value is (58,112,91). Sum of RGB (Red+Green+Blue) = 58+112+91=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #3A705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A705B is #C58FA4. Grayscale: #5D5D5D. Windows color (decimal): -12947365 or 5992506. OLE color: 5992506.
HSL color Cylindrical-coordinate representation of color #3A705B: hue angle of 156.67º 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 #3A705B is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 91 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.56 |
| HSL | 156.67º | 0.32% | 0.33% | - |
| HSV(B) | 156.67º | 0.48% | 0.44% | - |
| XYZ | 9.43 | 13.24 | 11.96 | - |
| YUV | 93.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 91 | 0.48 | 0 | 0.19 | 0.56 | 156.67 | 0.32 | 0.33 |
| Hex | 3A | 70 | 5B | 30 | 0 | 13 | 38 | 9D | 20 | 21 |
| Octal | 72 | 160 | 133 | 60 | 0 | 23 | 70 | 235 | 40 | 41 |
| Binary | 111010 | 1110000 | 1011011 | 110000 | 0 | 10011 | 111000 | 10011101 | 100000 | 100001 |
Color Harmonies of #3A705B
Complementary color
Monochromatic Colors of #3A705B
Black with #3A705B
Text Example
Text Example
White with #3A705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A705B; }
p { color: rgb(58,112,91); }
H1.HeaderClassName
{
color: #3A705B;
}
.AnyTagClassName
{
color: #3A705B;
}
</style>
background-color css
<style>
a { background-color: #3A705B; }
a { background-color: rgb(58,112,91); }
div.DivClassName
{
background-color: #3A705B;
}
.BgClassName
{
background-color: #3A705B;
}
</style>
border-color css
<style>
span { border-color: #3A705B; }
span { border-color: rgb(58,112,91); }
td.TdClassName
{
border-color: #3A705B;
}
.TagClassName
{
border-color: #3A705B;
}
</style>