Shades of Stromboli #3A6551
Tints of Stromboli #3A6551
RGB
CMYK
RGB Variations
Color information
#3A6551 (or 0x3A6551) is known color: Stromboli. HEX triplet: 3A, 65 and 51. RGB value is (58,101,81). Sum of RGB (Red+Green+Blue) = 58+101+81=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #3A6551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6551 is #C59AAE. Grayscale: #555555. Windows color (decimal): -12950191 or 5334330. OLE color: 5334330.
HSL color Cylindrical-coordinate representation of color #3A6551: hue angle of 152.09º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A6551 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 81 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.60 |
| HSL | 152.09º | 0.27% | 0.31% | - |
| HSV(B) | 152.09º | 0.43% | 0.4% | - |
| XYZ | 7.88 | 10.8 | 9.45 | - |
| YUV | 85.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 81 | 0.43 | 0 | 0.20 | 0.60 | 152.09 | 0.27 | 0.31 |
| Hex | 3A | 65 | 51 | 2B | 0 | 14 | 3C | 98 | 1B | 1F |
| Octal | 72 | 145 | 121 | 53 | 0 | 24 | 74 | 230 | 33 | 37 |
| Binary | 111010 | 1100101 | 1010001 | 101011 | 0 | 10100 | 111100 | 10011000 | 11011 | 11111 |
Color Harmonies of #3A6551
Complementary color
Monochromatic Colors of #3A6551
Black with #3A6551
Text Example
Text Example
White with #3A6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6551; }
p { color: rgb(58,101,81); }
H1.HeaderClassName
{
color: #3A6551;
}
.AnyTagClassName
{
color: #3A6551;
}
</style>
background-color css
<style>
a { background-color: #3A6551; }
a { background-color: rgb(58,101,81); }
div.DivClassName
{
background-color: #3A6551;
}
.BgClassName
{
background-color: #3A6551;
}
</style>
border-color css
<style>
span { border-color: #3A6551; }
span { border-color: rgb(58,101,81); }
td.TdClassName
{
border-color: #3A6551;
}
.TagClassName
{
border-color: #3A6551;
}
</style>