Shades of Stromboli #3D705D
Tints of Stromboli #3D705D
RGB
CMYK
RGB Variations
Color information
#3D705D (or 0x3D705D) is known color: Stromboli. HEX triplet: 3D, 70 and 5D. RGB value is (61,112,93). Sum of RGB (Red+Green+Blue) = 61+112+93=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #3D705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D705D is #C28FA2. Grayscale: #5E5E5E. Windows color (decimal): -12750755 or 6123581. OLE color: 6123581.
HSL color Cylindrical-coordinate representation of color #3D705D: hue angle of 157.65º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D705D is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 93 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.56 |
| HSL | 157.65º | 0.29% | 0.34% | - |
| HSV(B) | 157.65º | 0.46% | 0.44% | - |
| XYZ | 9.69 | 13.37 | 12.43 | - |
| YUV | 94.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 93 | 0.46 | 0 | 0.17 | 0.56 | 157.65 | 0.29 | 0.34 |
| Hex | 3D | 70 | 5D | 2E | 0 | 11 | 38 | 9E | 1D | 22 |
| Octal | 75 | 160 | 135 | 56 | 0 | 21 | 70 | 236 | 35 | 42 |
| Binary | 111101 | 1110000 | 1011101 | 101110 | 0 | 10001 | 111000 | 10011110 | 11101 | 100010 |
Color Harmonies of #3D705D
Complementary color
Monochromatic Colors of #3D705D
Black with #3D705D
Text Example
Text Example
White with #3D705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D705D; }
p { color: rgb(61,112,93); }
H1.HeaderClassName
{
color: #3D705D;
}
.AnyTagClassName
{
color: #3D705D;
}
</style>
background-color css
<style>
a { background-color: #3D705D; }
a { background-color: rgb(61,112,93); }
div.DivClassName
{
background-color: #3D705D;
}
.BgClassName
{
background-color: #3D705D;
}
</style>
border-color css
<style>
span { border-color: #3D705D; }
span { border-color: rgb(61,112,93); }
td.TdClassName
{
border-color: #3D705D;
}
.TagClassName
{
border-color: #3D705D;
}
</style>