Shades of Stromboli #3D725C
Tints of Stromboli #3D725C
RGB
CMYK
RGB Variations
Color information
#3D725C (or 0x3D725C) is known color: Stromboli. HEX triplet: 3D, 72 and 5C. RGB value is (61,114,92). Sum of RGB (Red+Green+Blue) = 61+114+92=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #3D725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D725C is #C28DA3. Grayscale: #5F5F5F. Windows color (decimal): -12750244 or 6058557. OLE color: 6058557.
HSL color Cylindrical-coordinate representation of color #3D725C: hue angle of 155.09º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D725C is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 92 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.55 |
| HSL | 155.09º | 0.3% | 0.34% | - |
| HSV(B) | 155.09º | 0.46% | 0.45% | - |
| XYZ | 9.87 | 13.8 | 12.27 | - |
| YUV | 95.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 92 | 0.46 | 0 | 0.19 | 0.55 | 155.09 | 0.3 | 0.34 |
| Hex | 3D | 72 | 5C | 2E | 0 | 13 | 37 | 9B | 1E | 22 |
| Octal | 75 | 162 | 134 | 56 | 0 | 23 | 67 | 233 | 36 | 42 |
| Binary | 111101 | 1110010 | 1011100 | 101110 | 0 | 10011 | 110111 | 10011011 | 11110 | 100010 |
Color Harmonies of #3D725C
Complementary color
Monochromatic Colors of #3D725C
Black with #3D725C
Text Example
Text Example
White with #3D725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D725C; }
p { color: rgb(61,114,92); }
H1.HeaderClassName
{
color: #3D725C;
}
.AnyTagClassName
{
color: #3D725C;
}
</style>
background-color css
<style>
a { background-color: #3D725C; }
a { background-color: rgb(61,114,92); }
div.DivClassName
{
background-color: #3D725C;
}
.BgClassName
{
background-color: #3D725C;
}
</style>
border-color css
<style>
span { border-color: #3D725C; }
span { border-color: rgb(61,114,92); }
td.TdClassName
{
border-color: #3D725C;
}
.TagClassName
{
border-color: #3D725C;
}
</style>