Shades of Stromboli #3A6B56
Tints of Stromboli #3A6B56
RGB
CMYK
RGB Variations
Color information
#3A6B56 (or 0x3A6B56) is known color: Stromboli. HEX triplet: 3A, 6B and 56. RGB value is (58,107,86). Sum of RGB (Red+Green+Blue) = 58+107+86=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B56 is #C594A9. Grayscale: #595959. Windows color (decimal): -12948650 or 5663546. OLE color: 5663546.
HSL color Cylindrical-coordinate representation of color #3A6B56: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6B56 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 107 | 86 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.58 |
| HSL | 154.29º | 0.3% | 0.32% | - |
| HSV(B) | 154.29º | 0.46% | 0.42% | - |
| XYZ | 8.68 | 12.09 | 10.68 | - |
| YUV | 89.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 86 | 0.46 | 0 | 0.20 | 0.58 | 154.29 | 0.3 | 0.32 |
| Hex | 3A | 6B | 56 | 2E | 0 | 14 | 3A | 9A | 1E | 20 |
| Octal | 72 | 153 | 126 | 56 | 0 | 24 | 72 | 232 | 36 | 40 |
| Binary | 111010 | 1101011 | 1010110 | 101110 | 0 | 10100 | 111010 | 10011010 | 11110 | 100000 |
Color Harmonies of #3A6B56
Complementary color
Monochromatic Colors of #3A6B56
Black with #3A6B56
Text Example
Text Example
White with #3A6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6B56; }
p { color: rgb(58,107,86); }
H1.HeaderClassName
{
color: #3A6B56;
}
.AnyTagClassName
{
color: #3A6B56;
}
</style>
background-color css
<style>
a { background-color: #3A6B56; }
a { background-color: rgb(58,107,86); }
div.DivClassName
{
background-color: #3A6B56;
}
.BgClassName
{
background-color: #3A6B56;
}
</style>
border-color css
<style>
span { border-color: #3A6B56; }
span { border-color: rgb(58,107,86); }
td.TdClassName
{
border-color: #3A6B56;
}
.TagClassName
{
border-color: #3A6B56;
}
</style>