Shades of Stromboli #3A6954
Tints of Stromboli #3A6954
RGB
CMYK
RGB Variations
Color information
#3A6954 (or 0x3A6954) is known color: Stromboli. HEX triplet: 3A, 69 and 54. RGB value is (58,105,84). Sum of RGB (Red+Green+Blue) = 58+105+84=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6954 is #C596AB. Grayscale: #585858. Windows color (decimal): -12949164 or 5531962. OLE color: 5531962.
HSL color Cylindrical-coordinate representation of color #3A6954: hue angle of 153.19º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6954 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 84 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.59 |
| HSL | 153.19º | 0.29% | 0.32% | - |
| HSV(B) | 153.19º | 0.45% | 0.41% | - |
| XYZ | 8.4 | 11.64 | 10.19 | - |
| YUV | 88.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 84 | 0.45 | 0 | 0.20 | 0.59 | 153.19 | 0.29 | 0.32 |
| Hex | 3A | 69 | 54 | 2D | 0 | 14 | 3B | 99 | 1D | 20 |
| Octal | 72 | 151 | 124 | 55 | 0 | 24 | 73 | 231 | 35 | 40 |
| Binary | 111010 | 1101001 | 1010100 | 101101 | 0 | 10100 | 111011 | 10011001 | 11101 | 100000 |
Color Harmonies of #3A6954
Complementary color
Monochromatic Colors of #3A6954
Black with #3A6954
Text Example
Text Example
White with #3A6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6954; }
p { color: rgb(58,105,84); }
H1.HeaderClassName
{
color: #3A6954;
}
.AnyTagClassName
{
color: #3A6954;
}
</style>
background-color css
<style>
a { background-color: #3A6954; }
a { background-color: rgb(58,105,84); }
div.DivClassName
{
background-color: #3A6954;
}
.BgClassName
{
background-color: #3A6954;
}
</style>
border-color css
<style>
span { border-color: #3A6954; }
span { border-color: rgb(58,105,84); }
td.TdClassName
{
border-color: #3A6954;
}
.TagClassName
{
border-color: #3A6954;
}
</style>