Shades of Stromboli #40715D
Tints of Stromboli #40715D
RGB
CMYK
RGB Variations
Color information
#40715D (or 0x40715D) is known color: Stromboli. HEX triplet: 40, 71 and 5D. RGB value is (64,113,93). Sum of RGB (Red+Green+Blue) = 64+113+93=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #40715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40715D is #BF8EA2. Grayscale: #606060. Windows color (decimal): -12553891 or 6123840. OLE color: 6123840.
HSL color Cylindrical-coordinate representation of color #40715D: hue angle of 155.51º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40715D is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 93 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.56 |
| HSL | 155.51º | 0.28% | 0.35% | - |
| HSV(B) | 155.51º | 0.43% | 0.44% | - |
| XYZ | 10 | 13.69 | 12.47 | - |
| YUV | 96.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 93 | 0.43 | 0 | 0.18 | 0.56 | 155.51 | 0.28 | 0.35 |
| Hex | 40 | 71 | 5D | 2B | 0 | 12 | 38 | 9C | 1C | 23 |
| Octal | 100 | 161 | 135 | 53 | 0 | 22 | 70 | 234 | 34 | 43 |
| Binary | 1000000 | 1110001 | 1011101 | 101011 | 0 | 10010 | 111000 | 10011100 | 11100 | 100011 |
Color Harmonies of #40715D
Complementary color
Monochromatic Colors of #40715D
Black with #40715D
Text Example
Text Example
White with #40715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40715D; }
p { color: rgb(64,113,93); }
H1.HeaderClassName
{
color: #40715D;
}
.AnyTagClassName
{
color: #40715D;
}
</style>
background-color css
<style>
a { background-color: #40715D; }
a { background-color: rgb(64,113,93); }
div.DivClassName
{
background-color: #40715D;
}
.BgClassName
{
background-color: #40715D;
}
</style>
border-color css
<style>
span { border-color: #40715D; }
span { border-color: rgb(64,113,93); }
td.TdClassName
{
border-color: #40715D;
}
.TagClassName
{
border-color: #40715D;
}
</style>