Shades of Stromboli #3E6055
Tints of Stromboli #3E6055
RGB
CMYK
RGB Variations
Color information
#3E6055 (or 0x3E6055) is known color: Stromboli. HEX triplet: 3E, 60 and 55. RGB value is (62,96,85). Sum of RGB (Red+Green+Blue) = 62+96+85=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6055 is #C19FAA. Grayscale: #545454. Windows color (decimal): -12689323 or 5595198. OLE color: 5595198.
HSL color Cylindrical-coordinate representation of color #3E6055: hue angle of 160.59º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E6055 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 85 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.62 |
| HSL | 160.59º | 0.22% | 0.31% | - |
| HSV(B) | 160.59º | 0.35% | 0.38% | - |
| XYZ | 7.81 | 10.05 | 10.12 | - |
| YUV | 84.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 85 | 0.35 | 0 | 0.11 | 0.62 | 160.59 | 0.22 | 0.31 |
| Hex | 3E | 60 | 55 | 23 | 0 | B | 3E | A1 | 16 | 1F |
| Octal | 76 | 140 | 125 | 43 | 0 | 13 | 76 | 241 | 26 | 37 |
| Binary | 111110 | 1100000 | 1010101 | 100011 | 0 | 1011 | 111110 | 10100001 | 10110 | 11111 |
Color Harmonies of #3E6055
Complementary color
Monochromatic Colors of #3E6055
Black with #3E6055
Text Example
Text Example
White with #3E6055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6055; }
p { color: rgb(62,96,85); }
H1.HeaderClassName
{
color: #3E6055;
}
.AnyTagClassName
{
color: #3E6055;
}
</style>
background-color css
<style>
a { background-color: #3E6055; }
a { background-color: rgb(62,96,85); }
div.DivClassName
{
background-color: #3E6055;
}
.BgClassName
{
background-color: #3E6055;
}
</style>
border-color css
<style>
span { border-color: #3E6055; }
span { border-color: rgb(62,96,85); }
td.TdClassName
{
border-color: #3E6055;
}
.TagClassName
{
border-color: #3E6055;
}
</style>