Shades of Stromboli #40725D
Tints of Stromboli #40725D
RGB
CMYK
RGB Variations
Color information
#40725D (or 0x40725D) is known color: Stromboli. HEX triplet: 40, 72 and 5D. RGB value is (64,114,93). Sum of RGB (Red+Green+Blue) = 64+114+93=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #40725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40725D is #BF8DA2. Grayscale: #606060. Windows color (decimal): -12553635 or 6124096. OLE color: 6124096.
HSL color Cylindrical-coordinate representation of color #40725D: hue angle of 154.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40725D is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 93 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.55 |
| HSL | 154.8º | 0.28% | 0.35% | - |
| HSV(B) | 154.8º | 0.44% | 0.45% | - |
| XYZ | 10.11 | 13.91 | 12.51 | - |
| YUV | 96.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 93 | 0.44 | 0 | 0.18 | 0.55 | 154.8 | 0.28 | 0.35 |
| Hex | 40 | 72 | 5D | 2C | 0 | 12 | 37 | 9B | 1C | 23 |
| Octal | 100 | 162 | 135 | 54 | 0 | 22 | 67 | 233 | 34 | 43 |
| Binary | 1000000 | 1110010 | 1011101 | 101100 | 0 | 10010 | 110111 | 10011011 | 11100 | 100011 |
Color Harmonies of #40725D
Complementary color
Monochromatic Colors of #40725D
Black with #40725D
Text Example
Text Example
White with #40725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40725D; }
p { color: rgb(64,114,93); }
H1.HeaderClassName
{
color: #40725D;
}
.AnyTagClassName
{
color: #40725D;
}
</style>
background-color css
<style>
a { background-color: #40725D; }
a { background-color: rgb(64,114,93); }
div.DivClassName
{
background-color: #40725D;
}
.BgClassName
{
background-color: #40725D;
}
</style>
border-color css
<style>
span { border-color: #40725D; }
span { border-color: rgb(64,114,93); }
td.TdClassName
{
border-color: #40725D;
}
.TagClassName
{
border-color: #40725D;
}
</style>