Shades of Stromboli #3A6E55
Tints of Stromboli #3A6E55
RGB
CMYK
RGB Variations
Color information
#3A6E55 (or 0x3A6E55) is known color: Stromboli. HEX triplet: 3A, 6E and 55. RGB value is (58,110,85). Sum of RGB (Red+Green+Blue) = 58+110+85=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E55 is #C591AA. Grayscale: #5B5B5B. Windows color (decimal): -12947883 or 5598778. OLE color: 5598778.
HSL color Cylindrical-coordinate representation of color #3A6E55: hue angle of 151.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6E55 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 85 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.57 |
| HSL | 151.15º | 0.31% | 0.33% | - |
| HSV(B) | 151.15º | 0.47% | 0.43% | - |
| XYZ | 8.96 | 12.71 | 10.57 | - |
| YUV | 91.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 85 | 0.47 | 0 | 0.23 | 0.57 | 151.15 | 0.31 | 0.33 |
| Hex | 3A | 6E | 55 | 2F | 0 | 17 | 39 | 97 | 1F | 21 |
| Octal | 72 | 156 | 125 | 57 | 0 | 27 | 71 | 227 | 37 | 41 |
| Binary | 111010 | 1101110 | 1010101 | 101111 | 0 | 10111 | 111001 | 10010111 | 11111 | 100001 |
Color Harmonies of #3A6E55
Complementary color
Monochromatic Colors of #3A6E55
Black with #3A6E55
Text Example
Text Example
White with #3A6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E55; }
p { color: rgb(58,110,85); }
H1.HeaderClassName
{
color: #3A6E55;
}
.AnyTagClassName
{
color: #3A6E55;
}
</style>
background-color css
<style>
a { background-color: #3A6E55; }
a { background-color: rgb(58,110,85); }
div.DivClassName
{
background-color: #3A6E55;
}
.BgClassName
{
background-color: #3A6E55;
}
</style>
border-color css
<style>
span { border-color: #3A6E55; }
span { border-color: rgb(58,110,85); }
td.TdClassName
{
border-color: #3A6E55;
}
.TagClassName
{
border-color: #3A6E55;
}
</style>