Shades of Stromboli #40675C
Tints of Stromboli #40675C
RGB
CMYK
RGB Variations
Color information
#40675C (or 0x40675C) is known color: Stromboli. HEX triplet: 40, 67 and 5C. RGB value is (64,103,92). Sum of RGB (Red+Green+Blue) = 64+103+92=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 103 - color contains mainly: green. Hex color #40675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40675C is #BF98A3. Grayscale: #5A5A5A. Windows color (decimal): -12556452 or 6055744. OLE color: 6055744.
HSL color Cylindrical-coordinate representation of color #40675C: hue angle of 163.08º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40675C is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 92 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.60 |
| HSL | 163.08º | 0.23% | 0.33% | - |
| HSV(B) | 163.08º | 0.38% | 0.4% | - |
| XYZ | 8.9 | 11.56 | 11.89 | - |
| YUV | 90.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 92 | 0.38 | 0 | 0.11 | 0.60 | 163.08 | 0.23 | 0.33 |
| Hex | 40 | 67 | 5C | 26 | 0 | B | 3C | A3 | 17 | 21 |
| Octal | 100 | 147 | 134 | 46 | 0 | 13 | 74 | 243 | 27 | 41 |
| Binary | 1000000 | 1100111 | 1011100 | 100110 | 0 | 1011 | 111100 | 10100011 | 10111 | 100001 |
Color Harmonies of #40675C
Complementary color
Monochromatic Colors of #40675C
Black with #40675C
Text Example
Text Example
White with #40675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40675C; }
p { color: rgb(64,103,92); }
H1.HeaderClassName
{
color: #40675C;
}
.AnyTagClassName
{
color: #40675C;
}
</style>
background-color css
<style>
a { background-color: #40675C; }
a { background-color: rgb(64,103,92); }
div.DivClassName
{
background-color: #40675C;
}
.BgClassName
{
background-color: #40675C;
}
</style>
border-color css
<style>
span { border-color: #40675C; }
span { border-color: rgb(64,103,92); }
td.TdClassName
{
border-color: #40675C;
}
.TagClassName
{
border-color: #40675C;
}
</style>