Shades of Stromboli #3E6053
Tints of Stromboli #3E6053
RGB
CMYK
RGB Variations
Color information
#3E6053 (or 0x3E6053) is known color: Stromboli. HEX triplet: 3E, 60 and 53. RGB value is (62,96,83). Sum of RGB (Red+Green+Blue) = 62+96+83=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6053 is #C19FAC. Grayscale: #545454. Windows color (decimal): -12689325 or 5464126. OLE color: 5464126.
HSL color Cylindrical-coordinate representation of color #3E6053: hue angle of 157.06º 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 #3E6053 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 83 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.62 |
| HSL | 157.06º | 0.22% | 0.31% | - |
| HSV(B) | 157.06º | 0.35% | 0.38% | - |
| XYZ | 7.73 | 10.01 | 9.71 | - |
| YUV | 84.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 83 | 0.35 | 0 | 0.14 | 0.62 | 157.06 | 0.22 | 0.31 |
| Hex | 3E | 60 | 53 | 23 | 0 | E | 3E | 9D | 16 | 1F |
| Octal | 76 | 140 | 123 | 43 | 0 | 16 | 76 | 235 | 26 | 37 |
| Binary | 111110 | 1100000 | 1010011 | 100011 | 0 | 1110 | 111110 | 10011101 | 10110 | 11111 |
Color Harmonies of #3E6053
Complementary color
Monochromatic Colors of #3E6053
Black with #3E6053
Text Example
Text Example
White with #3E6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6053; }
p { color: rgb(62,96,83); }
H1.HeaderClassName
{
color: #3E6053;
}
.AnyTagClassName
{
color: #3E6053;
}
</style>
background-color css
<style>
a { background-color: #3E6053; }
a { background-color: rgb(62,96,83); }
div.DivClassName
{
background-color: #3E6053;
}
.BgClassName
{
background-color: #3E6053;
}
</style>
border-color css
<style>
span { border-color: #3E6053; }
span { border-color: rgb(62,96,83); }
td.TdClassName
{
border-color: #3E6053;
}
.TagClassName
{
border-color: #3E6053;
}
</style>