Shades of Stromboli #3D6A55
Tints of Stromboli #3D6A55
RGB
CMYK
RGB Variations
Color information
#3D6A55 (or 0x3D6A55) is known color: Stromboli. HEX triplet: 3D, 6A and 55. RGB value is (61,106,85). Sum of RGB (Red+Green+Blue) = 61+106+85=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A55 is #C295AA. Grayscale: #5A5A5A. Windows color (decimal): -12752299 or 5597757. OLE color: 5597757.
HSL color Cylindrical-coordinate representation of color #3D6A55: hue angle of 152º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D6A55 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 106 | 85 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.58 |
| HSL | 152º | 0.27% | 0.33% | - |
| HSV(B) | 152º | 0.42% | 0.42% | - |
| XYZ | 8.72 | 11.96 | 10.44 | - |
| YUV | 90.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 106 | 85 | 0.42 | 0 | 0.20 | 0.58 | 152 | 0.27 | 0.33 |
| Hex | 3D | 6A | 55 | 2A | 0 | 14 | 3A | 98 | 1B | 21 |
| Octal | 75 | 152 | 125 | 52 | 0 | 24 | 72 | 230 | 33 | 41 |
| Binary | 111101 | 1101010 | 1010101 | 101010 | 0 | 10100 | 111010 | 10011000 | 11011 | 100001 |
Color Harmonies of #3D6A55
Complementary color
Monochromatic Colors of #3D6A55
Black with #3D6A55
Text Example
Text Example
White with #3D6A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6A55; }
p { color: rgb(61,106,85); }
H1.HeaderClassName
{
color: #3D6A55;
}
.AnyTagClassName
{
color: #3D6A55;
}
</style>
background-color css
<style>
a { background-color: #3D6A55; }
a { background-color: rgb(61,106,85); }
div.DivClassName
{
background-color: #3D6A55;
}
.BgClassName
{
background-color: #3D6A55;
}
</style>
border-color css
<style>
span { border-color: #3D6A55; }
span { border-color: rgb(61,106,85); }
td.TdClassName
{
border-color: #3D6A55;
}
.TagClassName
{
border-color: #3D6A55;
}
</style>