Shades of Stromboli #3D6156
Tints of Stromboli #3D6156
RGB
CMYK
RGB Variations
Color information
#3D6156 (or 0x3D6156) is known color: Stromboli. HEX triplet: 3D, 61 and 56. RGB value is (61,97,86). Sum of RGB (Red+Green+Blue) = 61+97+86=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #3D6156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6156 is #C29EA9. Grayscale: #545454. Windows color (decimal): -12754602 or 5660989. OLE color: 5660989.
HSL color Cylindrical-coordinate representation of color #3D6156: hue angle of 161.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D6156 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 97 | 86 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.62 |
| HSL | 161.67º | 0.23% | 0.31% | - |
| HSV(B) | 161.67º | 0.37% | 0.38% | - |
| XYZ | 7.88 | 10.21 | 10.36 | - |
| YUV | 84.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 86 | 0.37 | 0 | 0.11 | 0.62 | 161.67 | 0.23 | 0.31 |
| Hex | 3D | 61 | 56 | 25 | 0 | B | 3E | A2 | 17 | 1F |
| Octal | 75 | 141 | 126 | 45 | 0 | 13 | 76 | 242 | 27 | 37 |
| Binary | 111101 | 1100001 | 1010110 | 100101 | 0 | 1011 | 111110 | 10100010 | 10111 | 11111 |
Color Harmonies of #3D6156
Complementary color
Monochromatic Colors of #3D6156
Black with #3D6156
Text Example
Text Example
White with #3D6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6156; }
p { color: rgb(61,97,86); }
H1.HeaderClassName
{
color: #3D6156;
}
.AnyTagClassName
{
color: #3D6156;
}
</style>
background-color css
<style>
a { background-color: #3D6156; }
a { background-color: rgb(61,97,86); }
div.DivClassName
{
background-color: #3D6156;
}
.BgClassName
{
background-color: #3D6156;
}
</style>
border-color css
<style>
span { border-color: #3D6156; }
span { border-color: rgb(61,97,86); }
td.TdClassName
{
border-color: #3D6156;
}
.TagClassName
{
border-color: #3D6156;
}
</style>