Shades of Stromboli #3A6553
Tints of Stromboli #3A6553
RGB
CMYK
RGB Variations
Color information
#3A6553 (or 0x3A6553) is known color: Stromboli. HEX triplet: 3A, 65 and 53. RGB value is (58,101,83). Sum of RGB (Red+Green+Blue) = 58+101+83=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #3A6553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6553 is #C59AAC. Grayscale: #565656. Windows color (decimal): -12950189 or 5465402. OLE color: 5465402.
HSL color Cylindrical-coordinate representation of color #3A6553: hue angle of 154.88º 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 #3A6553 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 83 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.60 |
| HSL | 154.88º | 0.27% | 0.31% | - |
| HSV(B) | 154.88º | 0.43% | 0.4% | - |
| XYZ | 7.96 | 10.83 | 9.85 | - |
| YUV | 86.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 83 | 0.43 | 0 | 0.18 | 0.60 | 154.88 | 0.27 | 0.31 |
| Hex | 3A | 65 | 53 | 2B | 0 | 12 | 3C | 9B | 1B | 1F |
| Octal | 72 | 145 | 123 | 53 | 0 | 22 | 74 | 233 | 33 | 37 |
| Binary | 111010 | 1100101 | 1010011 | 101011 | 0 | 10010 | 111100 | 10011011 | 11011 | 11111 |
Color Harmonies of #3A6553
Complementary color
Monochromatic Colors of #3A6553
Black with #3A6553
Text Example
Text Example
White with #3A6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6553; }
p { color: rgb(58,101,83); }
H1.HeaderClassName
{
color: #3A6553;
}
.AnyTagClassName
{
color: #3A6553;
}
</style>
background-color css
<style>
a { background-color: #3A6553; }
a { background-color: rgb(58,101,83); }
div.DivClassName
{
background-color: #3A6553;
}
.BgClassName
{
background-color: #3A6553;
}
</style>
border-color css
<style>
span { border-color: #3A6553; }
span { border-color: rgb(58,101,83); }
td.TdClassName
{
border-color: #3A6553;
}
.TagClassName
{
border-color: #3A6553;
}
</style>