Shades of Stromboli #40735D
Tints of Stromboli #40735D
RGB
CMYK
RGB Variations
Color information
#40735D (or 0x40735D) is known color: Stromboli. HEX triplet: 40, 73 and 5D. RGB value is (64,115,93). Sum of RGB (Red+Green+Blue) = 64+115+93=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #40735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40735D is #BF8CA2. Grayscale: #616161. Windows color (decimal): -12553379 or 6124352. OLE color: 6124352.
HSL color Cylindrical-coordinate representation of color #40735D: hue angle of 154.12º 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 #40735D is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 93 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.55 |
| HSL | 154.12º | 0.28% | 0.35% | - |
| HSV(B) | 154.12º | 0.44% | 0.45% | - |
| XYZ | 10.22 | 14.14 | 12.55 | - |
| YUV | 97.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 93 | 0.44 | 0 | 0.19 | 0.55 | 154.12 | 0.28 | 0.35 |
| Hex | 40 | 73 | 5D | 2C | 0 | 13 | 37 | 9A | 1C | 23 |
| Octal | 100 | 163 | 135 | 54 | 0 | 23 | 67 | 232 | 34 | 43 |
| Binary | 1000000 | 1110011 | 1011101 | 101100 | 0 | 10011 | 110111 | 10011010 | 11100 | 100011 |
Color Harmonies of #40735D
Complementary color
Monochromatic Colors of #40735D
Black with #40735D
Text Example
Text Example
White with #40735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40735D; }
p { color: rgb(64,115,93); }
H1.HeaderClassName
{
color: #40735D;
}
.AnyTagClassName
{
color: #40735D;
}
</style>
background-color css
<style>
a { background-color: #40735D; }
a { background-color: rgb(64,115,93); }
div.DivClassName
{
background-color: #40735D;
}
.BgClassName
{
background-color: #40735D;
}
</style>
border-color css
<style>
span { border-color: #40735D; }
span { border-color: rgb(64,115,93); }
td.TdClassName
{
border-color: #40735D;
}
.TagClassName
{
border-color: #40735D;
}
</style>