Shades of Stromboli #3D6256
Tints of Stromboli #3D6256
RGB
CMYK
RGB Variations
Color information
#3D6256 (or 0x3D6256) is known color: Stromboli. HEX triplet: 3D, 62 and 56. RGB value is (61,98,86). Sum of RGB (Red+Green+Blue) = 61+98+86=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6256 is #C29DA9. Grayscale: #555555. Windows color (decimal): -12754346 or 5661245. OLE color: 5661245.
HSL color Cylindrical-coordinate representation of color #3D6256: hue angle of 160.54º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D6256 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 98 | 86 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.62 |
| HSL | 160.54º | 0.23% | 0.31% | - |
| HSV(B) | 160.54º | 0.38% | 0.38% | - |
| XYZ | 7.97 | 10.4 | 10.39 | - |
| YUV | 85.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 86 | 0.38 | 0 | 0.12 | 0.62 | 160.54 | 0.23 | 0.31 |
| Hex | 3D | 62 | 56 | 26 | 0 | C | 3E | A1 | 17 | 1F |
| Octal | 75 | 142 | 126 | 46 | 0 | 14 | 76 | 241 | 27 | 37 |
| Binary | 111101 | 1100010 | 1010110 | 100110 | 0 | 1100 | 111110 | 10100001 | 10111 | 11111 |
Color Harmonies of #3D6256
Complementary color
Monochromatic Colors of #3D6256
Black with #3D6256
Text Example
Text Example
White with #3D6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6256; }
p { color: rgb(61,98,86); }
H1.HeaderClassName
{
color: #3D6256;
}
.AnyTagClassName
{
color: #3D6256;
}
</style>
background-color css
<style>
a { background-color: #3D6256; }
a { background-color: rgb(61,98,86); }
div.DivClassName
{
background-color: #3D6256;
}
.BgClassName
{
background-color: #3D6256;
}
</style>
border-color css
<style>
span { border-color: #3D6256; }
span { border-color: rgb(61,98,86); }
td.TdClassName
{
border-color: #3D6256;
}
.TagClassName
{
border-color: #3D6256;
}
</style>