Shades of Stromboli #3D5F57
Tints of Stromboli #3D5F57
RGB
CMYK
RGB Variations
Color information
#3D5F57 (or 0x3D5F57) is known color: Stromboli. HEX triplet: 3D, 5F and 57. RGB value is (61,95,87). Sum of RGB (Red+Green+Blue) = 61+95+87=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F57 is #C2A0A8. Grayscale: #535353. Windows color (decimal): -12755113 or 5726013. OLE color: 5726013.
HSL color Cylindrical-coordinate representation of color #3D5F57: hue angle of 165.88º 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 #3D5F57 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 61 | 95 | 87 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.63 |
| HSL | 165.88º | 0.22% | 0.31% | - |
| HSV(B) | 165.88º | 0.36% | 0.37% | - |
| XYZ | 7.74 | 9.86 | 10.51 | - |
| YUV | 83.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 87 | 0.36 | 0 | 0.08 | 0.63 | 165.88 | 0.22 | 0.31 |
| Hex | 3D | 5F | 57 | 24 | 0 | 8 | 3F | A6 | 16 | 1F |
| Octal | 75 | 137 | 127 | 44 | 0 | 10 | 77 | 246 | 26 | 37 |
| Binary | 111101 | 1011111 | 1010111 | 100100 | 0 | 1000 | 111111 | 10100110 | 10110 | 11111 |
Color Harmonies of #3D5F57
Complementary color
Monochromatic Colors of #3D5F57
Black with #3D5F57
Text Example
Text Example
White with #3D5F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5F57; }
p { color: rgb(61,95,87); }
H1.HeaderClassName
{
color: #3D5F57;
}
.AnyTagClassName
{
color: #3D5F57;
}
</style>
background-color css
<style>
a { background-color: #3D5F57; }
a { background-color: rgb(61,95,87); }
div.DivClassName
{
background-color: #3D5F57;
}
.BgClassName
{
background-color: #3D5F57;
}
</style>
border-color css
<style>
span { border-color: #3D5F57; }
span { border-color: rgb(61,95,87); }
td.TdClassName
{
border-color: #3D5F57;
}
.TagClassName
{
border-color: #3D5F57;
}
</style>