Shades of Stromboli #3E6452
Tints of Stromboli #3E6452
RGB
CMYK
RGB Variations
Color information
#3E6452 (or 0x3E6452) is known color: Stromboli. HEX triplet: 3E, 64 and 52. RGB value is (62,100,82). Sum of RGB (Red+Green+Blue) = 62+100+82=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #3E6452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6452 is #C19BAD. Grayscale: #565656. Windows color (decimal): -12688302 or 5399614. OLE color: 5399614.
HSL color Cylindrical-coordinate representation of color #3E6452: hue angle of 151.58º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E6452 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 100 | 82 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.61 |
| HSL | 151.58º | 0.23% | 0.32% | - |
| HSV(B) | 151.58º | 0.38% | 0.39% | - |
| XYZ | 8.07 | 10.75 | 9.63 | - |
| YUV | 86.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 82 | 0.38 | 0 | 0.18 | 0.61 | 151.58 | 0.23 | 0.32 |
| Hex | 3E | 64 | 52 | 26 | 0 | 12 | 3D | 98 | 17 | 20 |
| Octal | 76 | 144 | 122 | 46 | 0 | 22 | 75 | 230 | 27 | 40 |
| Binary | 111110 | 1100100 | 1010010 | 100110 | 0 | 10010 | 111101 | 10011000 | 10111 | 100000 |
Color Harmonies of #3E6452
Complementary color
Monochromatic Colors of #3E6452
Black with #3E6452
Text Example
Text Example
White with #3E6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6452; }
p { color: rgb(62,100,82); }
H1.HeaderClassName
{
color: #3E6452;
}
.AnyTagClassName
{
color: #3E6452;
}
</style>
background-color css
<style>
a { background-color: #3E6452; }
a { background-color: rgb(62,100,82); }
div.DivClassName
{
background-color: #3E6452;
}
.BgClassName
{
background-color: #3E6452;
}
</style>
border-color css
<style>
span { border-color: #3E6452; }
span { border-color: rgb(62,100,82); }
td.TdClassName
{
border-color: #3E6452;
}
.TagClassName
{
border-color: #3E6452;
}
</style>