Shades of Stromboli #40725E
Tints of Stromboli #40725E
RGB
CMYK
RGB Variations
Color information
#40725E (or 0x40725E) is known color: Stromboli. HEX triplet: 40, 72 and 5E. RGB value is (64,114,94). Sum of RGB (Red+Green+Blue) = 64+114+94=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #40725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40725E is #BF8DA1. Grayscale: #606060. Windows color (decimal): -12553634 or 6189632. OLE color: 6189632.
HSL color Cylindrical-coordinate representation of color #40725E: hue angle of 156º 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 #40725E is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 94 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.55 |
| HSL | 156º | 0.28% | 0.35% | - |
| HSV(B) | 156º | 0.44% | 0.45% | - |
| XYZ | 10.15 | 13.93 | 12.74 | - |
| YUV | 96.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 94 | 0.44 | 0 | 0.18 | 0.55 | 156 | 0.28 | 0.35 |
| Hex | 40 | 72 | 5E | 2C | 0 | 12 | 37 | 9C | 1C | 23 |
| Octal | 100 | 162 | 136 | 54 | 0 | 22 | 67 | 234 | 34 | 43 |
| Binary | 1000000 | 1110010 | 1011110 | 101100 | 0 | 10010 | 110111 | 10011100 | 11100 | 100011 |
Color Harmonies of #40725E
Complementary color
Monochromatic Colors of #40725E
Black with #40725E
Text Example
Text Example
White with #40725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40725E; }
p { color: rgb(64,114,94); }
H1.HeaderClassName
{
color: #40725E;
}
.AnyTagClassName
{
color: #40725E;
}
</style>
background-color css
<style>
a { background-color: #40725E; }
a { background-color: rgb(64,114,94); }
div.DivClassName
{
background-color: #40725E;
}
.BgClassName
{
background-color: #40725E;
}
</style>
border-color css
<style>
span { border-color: #40725E; }
span { border-color: rgb(64,114,94); }
td.TdClassName
{
border-color: #40725E;
}
.TagClassName
{
border-color: #40725E;
}
</style>