Shades of Stromboli #3E6952
Tints of Stromboli #3E6952
RGB
CMYK
RGB Variations
Color information
#3E6952 (or 0x3E6952) is known color: Stromboli. HEX triplet: 3E, 69 and 52. RGB value is (62,105,82). Sum of RGB (Red+Green+Blue) = 62+105+82=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6952 is #C196AD. Grayscale: #595959. Windows color (decimal): -12687022 or 5400894. OLE color: 5400894.
HSL color Cylindrical-coordinate representation of color #3E6952: hue angle of 147.91º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E6952 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 82 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.59 |
| HSL | 147.91º | 0.26% | 0.33% | - |
| HSV(B) | 147.91º | 0.41% | 0.41% | - |
| XYZ | 8.56 | 11.74 | 9.8 | - |
| YUV | 89.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 82 | 0.41 | 0 | 0.22 | 0.59 | 147.91 | 0.26 | 0.33 |
| Hex | 3E | 69 | 52 | 29 | 0 | 16 | 3B | 94 | 1A | 21 |
| Octal | 76 | 151 | 122 | 51 | 0 | 26 | 73 | 224 | 32 | 41 |
| Binary | 111110 | 1101001 | 1010010 | 101001 | 0 | 10110 | 111011 | 10010100 | 11010 | 100001 |
Color Harmonies of #3E6952
Complementary color
Monochromatic Colors of #3E6952
Black with #3E6952
Text Example
Text Example
White with #3E6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6952; }
p { color: rgb(62,105,82); }
H1.HeaderClassName
{
color: #3E6952;
}
.AnyTagClassName
{
color: #3E6952;
}
</style>
background-color css
<style>
a { background-color: #3E6952; }
a { background-color: rgb(62,105,82); }
div.DivClassName
{
background-color: #3E6952;
}
.BgClassName
{
background-color: #3E6952;
}
</style>
border-color css
<style>
span { border-color: #3E6952; }
span { border-color: rgb(62,105,82); }
td.TdClassName
{
border-color: #3E6952;
}
.TagClassName
{
border-color: #3E6952;
}
</style>