Shades of Stromboli #3D6C61
Tints of Stromboli #3D6C61
RGB
CMYK
RGB Variations
Color information
#3D6C61 (or 0x3D6C61) is known color: Stromboli. HEX triplet: 3D, 6C and 61. RGB value is (61,108,97). Sum of RGB (Red+Green+Blue) = 61+108+97=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C61 is #C2939E. Grayscale: #5C5C5C. Windows color (decimal): -12751775 or 6384701. OLE color: 6384701.
HSL color Cylindrical-coordinate representation of color #3D6C61: hue angle of 165.96º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D6C61 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 108 | 97 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.58 |
| HSL | 165.96º | 0.28% | 0.33% | - |
| HSV(B) | 165.96º | 0.44% | 0.42% | - |
| XYZ | 9.44 | 12.58 | 13.24 | - |
| YUV | 92.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 108 | 97 | 0.44 | 0 | 0.10 | 0.58 | 165.96 | 0.28 | 0.33 |
| Hex | 3D | 6C | 61 | 2C | 0 | A | 3A | A6 | 1C | 21 |
| Octal | 75 | 154 | 141 | 54 | 0 | 12 | 72 | 246 | 34 | 41 |
| Binary | 111101 | 1101100 | 1100001 | 101100 | 0 | 1010 | 111010 | 10100110 | 11100 | 100001 |
Color Harmonies of #3D6C61
Complementary color
Monochromatic Colors of #3D6C61
Black with #3D6C61
Text Example
Text Example
White with #3D6C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6C61; }
p { color: rgb(61,108,97); }
H1.HeaderClassName
{
color: #3D6C61;
}
.AnyTagClassName
{
color: #3D6C61;
}
</style>
background-color css
<style>
a { background-color: #3D6C61; }
a { background-color: rgb(61,108,97); }
div.DivClassName
{
background-color: #3D6C61;
}
.BgClassName
{
background-color: #3D6C61;
}
</style>
border-color css
<style>
span { border-color: #3D6C61; }
span { border-color: rgb(61,108,97); }
td.TdClassName
{
border-color: #3D6C61;
}
.TagClassName
{
border-color: #3D6C61;
}
</style>