Shades of Stromboli #3D5F53
Tints of Stromboli #3D5F53
RGB
CMYK
RGB Variations
Color information
#3D5F53 (or 0x3D5F53) is known color: Stromboli. HEX triplet: 3D, 5F and 53. RGB value is (61,95,83). Sum of RGB (Red+Green+Blue) = 61+95+83=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F53 is #C2A0AC. Grayscale: #535353. Windows color (decimal): -12755117 or 5463869. OLE color: 5463869.
HSL color Cylindrical-coordinate representation of color #3D5F53: hue angle of 158.82º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5F53 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 61 | 95 | 83 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.63 |
| HSL | 158.82º | 0.22% | 0.31% | - |
| HSV(B) | 158.82º | 0.36% | 0.37% | - |
| XYZ | 7.58 | 9.8 | 9.68 | - |
| YUV | 83.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 83 | 0.36 | 0 | 0.13 | 0.63 | 158.82 | 0.22 | 0.31 |
| Hex | 3D | 5F | 53 | 24 | 0 | D | 3F | 9F | 16 | 1F |
| Octal | 75 | 137 | 123 | 44 | 0 | 15 | 77 | 237 | 26 | 37 |
| Binary | 111101 | 1011111 | 1010011 | 100100 | 0 | 1101 | 111111 | 10011111 | 10110 | 11111 |
Color Harmonies of #3D5F53
Complementary color
Monochromatic Colors of #3D5F53
Black with #3D5F53
Text Example
Text Example
White with #3D5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5F53; }
p { color: rgb(61,95,83); }
H1.HeaderClassName
{
color: #3D5F53;
}
.AnyTagClassName
{
color: #3D5F53;
}
</style>
background-color css
<style>
a { background-color: #3D5F53; }
a { background-color: rgb(61,95,83); }
div.DivClassName
{
background-color: #3D5F53;
}
.BgClassName
{
background-color: #3D5F53;
}
</style>
border-color css
<style>
span { border-color: #3D5F53; }
span { border-color: rgb(61,95,83); }
td.TdClassName
{
border-color: #3D5F53;
}
.TagClassName
{
border-color: #3D5F53;
}
</style>