Shades of Stromboli #40655D
Tints of Stromboli #40655D
RGB
CMYK
RGB Variations
Color information
#40655D (or 0x40655D) is known color: Stromboli. HEX triplet: 40, 65 and 5D. RGB value is (64,101,93). Sum of RGB (Red+Green+Blue) = 64+101+93=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #40655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40655D is #BF9AA2. Grayscale: #595959. Windows color (decimal): -12556963 or 6120768. OLE color: 6120768.
HSL color Cylindrical-coordinate representation of color #40655D: hue angle of 167.03º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40655D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 101 | 93 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.60 |
| HSL | 167.03º | 0.22% | 0.32% | - |
| HSV(B) | 167.03º | 0.37% | 0.4% | - |
| XYZ | 8.74 | 11.19 | 12.05 | - |
| YUV | 89.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 93 | 0.37 | 0 | 0.08 | 0.60 | 167.03 | 0.22 | 0.32 |
| Hex | 40 | 65 | 5D | 25 | 0 | 8 | 3C | A7 | 16 | 20 |
| Octal | 100 | 145 | 135 | 45 | 0 | 10 | 74 | 247 | 26 | 40 |
| Binary | 1000000 | 1100101 | 1011101 | 100101 | 0 | 1000 | 111100 | 10100111 | 10110 | 100000 |
Color Harmonies of #40655D
Complementary color
Monochromatic Colors of #40655D
Black with #40655D
Text Example
Text Example
White with #40655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40655D; }
p { color: rgb(64,101,93); }
H1.HeaderClassName
{
color: #40655D;
}
.AnyTagClassName
{
color: #40655D;
}
</style>
background-color css
<style>
a { background-color: #40655D; }
a { background-color: rgb(64,101,93); }
div.DivClassName
{
background-color: #40655D;
}
.BgClassName
{
background-color: #40655D;
}
</style>
border-color css
<style>
span { border-color: #40655D; }
span { border-color: rgb(64,101,93); }
td.TdClassName
{
border-color: #40655D;
}
.TagClassName
{
border-color: #40655D;
}
</style>