Shades of Stromboli #3D725B
Tints of Stromboli #3D725B
RGB
CMYK
RGB Variations
Color information
#3D725B (or 0x3D725B) is known color: Stromboli. HEX triplet: 3D, 72 and 5B. RGB value is (61,114,91). Sum of RGB (Red+Green+Blue) = 61+114+91=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #3D725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D725B is #C28DA4. Grayscale: #5F5F5F. Windows color (decimal): -12750245 or 5993021. OLE color: 5993021.
HSL color Cylindrical-coordinate representation of color #3D725B: hue angle of 153.96º 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 #3D725B is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 91 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.55 |
| HSL | 153.96º | 0.3% | 0.34% | - |
| HSV(B) | 153.96º | 0.46% | 0.45% | - |
| XYZ | 9.83 | 13.78 | 12.04 | - |
| YUV | 95.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 91 | 0.46 | 0 | 0.20 | 0.55 | 153.96 | 0.3 | 0.34 |
| Hex | 3D | 72 | 5B | 2E | 0 | 14 | 37 | 9A | 1E | 22 |
| Octal | 75 | 162 | 133 | 56 | 0 | 24 | 67 | 232 | 36 | 42 |
| Binary | 111101 | 1110010 | 1011011 | 101110 | 0 | 10100 | 110111 | 10011010 | 11110 | 100010 |
Color Harmonies of #3D725B
Complementary color
Monochromatic Colors of #3D725B
Black with #3D725B
Text Example
Text Example
White with #3D725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D725B; }
p { color: rgb(61,114,91); }
H1.HeaderClassName
{
color: #3D725B;
}
.AnyTagClassName
{
color: #3D725B;
}
</style>
background-color css
<style>
a { background-color: #3D725B; }
a { background-color: rgb(61,114,91); }
div.DivClassName
{
background-color: #3D725B;
}
.BgClassName
{
background-color: #3D725B;
}
</style>
border-color css
<style>
span { border-color: #3D725B; }
span { border-color: rgb(61,114,91); }
td.TdClassName
{
border-color: #3D725B;
}
.TagClassName
{
border-color: #3D725B;
}
</style>