Shades of Stromboli #3A6254
Tints of Stromboli #3A6254
RGB
CMYK
RGB Variations
Color information
#3A6254 (or 0x3A6254) is known color: Stromboli. HEX triplet: 3A, 62 and 54. RGB value is (58,98,84). Sum of RGB (Red+Green+Blue) = 58+98+84=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6254 is #C59DAB. Grayscale: #545454. Windows color (decimal): -12950956 or 5530170. OLE color: 5530170.
HSL color Cylindrical-coordinate representation of color #3A6254: hue angle of 159º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A6254 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 84 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.62 |
| HSL | 159º | 0.26% | 0.31% | - |
| HSV(B) | 159º | 0.41% | 0.38% | - |
| XYZ | 7.71 | 10.28 | 9.96 | - |
| YUV | 84.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 84 | 0.41 | 0 | 0.14 | 0.62 | 159 | 0.26 | 0.31 |
| Hex | 3A | 62 | 54 | 29 | 0 | E | 3E | 9F | 1A | 1F |
| Octal | 72 | 142 | 124 | 51 | 0 | 16 | 76 | 237 | 32 | 37 |
| Binary | 111010 | 1100010 | 1010100 | 101001 | 0 | 1110 | 111110 | 10011111 | 11010 | 11111 |
Color Harmonies of #3A6254
Complementary color
Monochromatic Colors of #3A6254
Black with #3A6254
Text Example
Text Example
White with #3A6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6254; }
p { color: rgb(58,98,84); }
H1.HeaderClassName
{
color: #3A6254;
}
.AnyTagClassName
{
color: #3A6254;
}
</style>
background-color css
<style>
a { background-color: #3A6254; }
a { background-color: rgb(58,98,84); }
div.DivClassName
{
background-color: #3A6254;
}
.BgClassName
{
background-color: #3A6254;
}
</style>
border-color css
<style>
span { border-color: #3A6254; }
span { border-color: rgb(58,98,84); }
td.TdClassName
{
border-color: #3A6254;
}
.TagClassName
{
border-color: #3A6254;
}
</style>