Shades of Stromboli #3D6152
Tints of Stromboli #3D6152
RGB
CMYK
RGB Variations
Color information
#3D6152 (or 0x3D6152) is known color: Stromboli. HEX triplet: 3D, 61 and 52. RGB value is (61,97,82). Sum of RGB (Red+Green+Blue) = 61+97+82=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #3D6152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6152 is #C29EAD. Grayscale: #545454. Windows color (decimal): -12754606 or 5398845. OLE color: 5398845.
HSL color Cylindrical-coordinate representation of color #3D6152: hue angle of 155º 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 #3D6152 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 97 | 82 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.62 |
| HSL | 155º | 0.23% | 0.31% | - |
| HSV(B) | 155º | 0.37% | 0.38% | - |
| XYZ | 7.72 | 10.15 | 9.53 | - |
| YUV | 84.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 82 | 0.37 | 0 | 0.15 | 0.62 | 155 | 0.23 | 0.31 |
| Hex | 3D | 61 | 52 | 25 | 0 | F | 3E | 9B | 17 | 1F |
| Octal | 75 | 141 | 122 | 45 | 0 | 17 | 76 | 233 | 27 | 37 |
| Binary | 111101 | 1100001 | 1010010 | 100101 | 0 | 1111 | 111110 | 10011011 | 10111 | 11111 |
Color Harmonies of #3D6152
Complementary color
Monochromatic Colors of #3D6152
Black with #3D6152
Text Example
Text Example
White with #3D6152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6152; }
p { color: rgb(61,97,82); }
H1.HeaderClassName
{
color: #3D6152;
}
.AnyTagClassName
{
color: #3D6152;
}
</style>
background-color css
<style>
a { background-color: #3D6152; }
a { background-color: rgb(61,97,82); }
div.DivClassName
{
background-color: #3D6152;
}
.BgClassName
{
background-color: #3D6152;
}
</style>
border-color css
<style>
span { border-color: #3D6152; }
span { border-color: rgb(61,97,82); }
td.TdClassName
{
border-color: #3D6152;
}
.TagClassName
{
border-color: #3D6152;
}
</style>