Shades of Stromboli #3E6A52
Tints of Stromboli #3E6A52
RGB
CMYK
RGB Variations
Color information
#3E6A52 (or 0x3E6A52) is known color: Stromboli. HEX triplet: 3E, 6A and 52. RGB value is (62,106,82). Sum of RGB (Red+Green+Blue) = 62+106+82=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6A52 is #C195AD. Grayscale: #5A5A5A. Windows color (decimal): -12686766 or 5401150. OLE color: 5401150.
HSL color Cylindrical-coordinate representation of color #3E6A52: hue angle of 147.27º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E6A52 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 106 | 82 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.58 |
| HSL | 147.27º | 0.26% | 0.33% | - |
| HSV(B) | 147.27º | 0.42% | 0.42% | - |
| XYZ | 8.66 | 11.94 | 9.83 | - |
| YUV | 90.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 82 | 0.42 | 0 | 0.23 | 0.58 | 147.27 | 0.26 | 0.33 |
| Hex | 3E | 6A | 52 | 2A | 0 | 17 | 3A | 93 | 1A | 21 |
| Octal | 76 | 152 | 122 | 52 | 0 | 27 | 72 | 223 | 32 | 41 |
| Binary | 111110 | 1101010 | 1010010 | 101010 | 0 | 10111 | 111010 | 10010011 | 11010 | 100001 |
Color Harmonies of #3E6A52
Complementary color
Monochromatic Colors of #3E6A52
Black with #3E6A52
Text Example
Text Example
White with #3E6A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6A52; }
p { color: rgb(62,106,82); }
H1.HeaderClassName
{
color: #3E6A52;
}
.AnyTagClassName
{
color: #3E6A52;
}
</style>
background-color css
<style>
a { background-color: #3E6A52; }
a { background-color: rgb(62,106,82); }
div.DivClassName
{
background-color: #3E6A52;
}
.BgClassName
{
background-color: #3E6A52;
}
</style>
border-color css
<style>
span { border-color: #3E6A52; }
span { border-color: rgb(62,106,82); }
td.TdClassName
{
border-color: #3E6A52;
}
.TagClassName
{
border-color: #3E6A52;
}
</style>