Shades of Stromboli #3A6554
Tints of Stromboli #3A6554
RGB
CMYK
RGB Variations
Color information
#3A6554 (or 0x3A6554) is known color: Stromboli. HEX triplet: 3A, 65 and 54. RGB value is (58,101,84). Sum of RGB (Red+Green+Blue) = 58+101+84=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #3A6554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6554 is #C59AAB. Grayscale: #565656. Windows color (decimal): -12950188 or 5530938. OLE color: 5530938.
HSL color Cylindrical-coordinate representation of color #3A6554: hue angle of 156.28º 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 #3A6554 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 84 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.60 |
| HSL | 156.28º | 0.27% | 0.31% | - |
| HSV(B) | 156.28º | 0.43% | 0.4% | - |
| XYZ | 8 | 10.85 | 10.06 | - |
| YUV | 86.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 84 | 0.43 | 0 | 0.17 | 0.60 | 156.28 | 0.27 | 0.31 |
| Hex | 3A | 65 | 54 | 2B | 0 | 11 | 3C | 9C | 1B | 1F |
| Octal | 72 | 145 | 124 | 53 | 0 | 21 | 74 | 234 | 33 | 37 |
| Binary | 111010 | 1100101 | 1010100 | 101011 | 0 | 10001 | 111100 | 10011100 | 11011 | 11111 |
Color Harmonies of #3A6554
Complementary color
Monochromatic Colors of #3A6554
Black with #3A6554
Text Example
Text Example
White with #3A6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6554; }
p { color: rgb(58,101,84); }
H1.HeaderClassName
{
color: #3A6554;
}
.AnyTagClassName
{
color: #3A6554;
}
</style>
background-color css
<style>
a { background-color: #3A6554; }
a { background-color: rgb(58,101,84); }
div.DivClassName
{
background-color: #3A6554;
}
.BgClassName
{
background-color: #3A6554;
}
</style>
border-color css
<style>
span { border-color: #3A6554; }
span { border-color: rgb(58,101,84); }
td.TdClassName
{
border-color: #3A6554;
}
.TagClassName
{
border-color: #3A6554;
}
</style>