Shades of Stromboli #40665C
Tints of Stromboli #40665C
RGB
CMYK
RGB Variations
Color information
#40665C (or 0x40665C) is known color: Stromboli. HEX triplet: 40, 66 and 5C. RGB value is (64,102,92). Sum of RGB (Red+Green+Blue) = 64+102+92=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #40665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40665C is #BF99A3. Grayscale: #595959. Windows color (decimal): -12556708 or 6055488. OLE color: 6055488.
HSL color Cylindrical-coordinate representation of color #40665C: hue angle of 164.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40665C is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 102 | 92 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.6 |
| HSL | 164.21º | 0.23% | 0.33% | - |
| HSV(B) | 164.21º | 0.37% | 0.4% | - |
| XYZ | 8.8 | 11.37 | 11.86 | - |
| YUV | 89.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 92 | 0.37 | 0 | 0.10 | 0.6 | 164.21 | 0.23 | 0.33 |
| Hex | 40 | 66 | 5C | 25 | 0 | A | 3C | A4 | 17 | 21 |
| Octal | 100 | 146 | 134 | 45 | 0 | 12 | 74 | 244 | 27 | 41 |
| Binary | 1000000 | 1100110 | 1011100 | 100101 | 0 | 1010 | 111100 | 10100100 | 10111 | 100001 |
Color Harmonies of #40665C
Complementary color
Monochromatic Colors of #40665C
Black with #40665C
Text Example
Text Example
White with #40665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40665C; }
p { color: rgb(64,102,92); }
H1.HeaderClassName
{
color: #40665C;
}
.AnyTagClassName
{
color: #40665C;
}
</style>
background-color css
<style>
a { background-color: #40665C; }
a { background-color: rgb(64,102,92); }
div.DivClassName
{
background-color: #40665C;
}
.BgClassName
{
background-color: #40665C;
}
</style>
border-color css
<style>
span { border-color: #40665C; }
span { border-color: rgb(64,102,92); }
td.TdClassName
{
border-color: #40665C;
}
.TagClassName
{
border-color: #40665C;
}
</style>