Shades of Stromboli #40675D
Tints of Stromboli #40675D
RGB
CMYK
RGB Variations
Color information
#40675D (or 0x40675D) is known color: Stromboli. HEX triplet: 40, 67 and 5D. RGB value is (64,103,93). Sum of RGB (Red+Green+Blue) = 64+103+93=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #40675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40675D is #BF98A2. Grayscale: #5A5A5A. Windows color (decimal): -12556451 or 6121280. OLE color: 6121280.
HSL color Cylindrical-coordinate representation of color #40675D: hue angle of 164.62º 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 #40675D is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 93 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.60 |
| HSL | 164.62º | 0.23% | 0.33% | - |
| HSV(B) | 164.62º | 0.38% | 0.4% | - |
| XYZ | 8.94 | 11.58 | 12.12 | - |
| YUV | 90.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 93 | 0.38 | 0 | 0.10 | 0.60 | 164.62 | 0.23 | 0.33 |
| Hex | 40 | 67 | 5D | 26 | 0 | A | 3C | A5 | 17 | 21 |
| Octal | 100 | 147 | 135 | 46 | 0 | 12 | 74 | 245 | 27 | 41 |
| Binary | 1000000 | 1100111 | 1011101 | 100110 | 0 | 1010 | 111100 | 10100101 | 10111 | 100001 |
Color Harmonies of #40675D
Complementary color
Monochromatic Colors of #40675D
Black with #40675D
Text Example
Text Example
White with #40675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40675D; }
p { color: rgb(64,103,93); }
H1.HeaderClassName
{
color: #40675D;
}
.AnyTagClassName
{
color: #40675D;
}
</style>
background-color css
<style>
a { background-color: #40675D; }
a { background-color: rgb(64,103,93); }
div.DivClassName
{
background-color: #40675D;
}
.BgClassName
{
background-color: #40675D;
}
</style>
border-color css
<style>
span { border-color: #40675D; }
span { border-color: rgb(64,103,93); }
td.TdClassName
{
border-color: #40675D;
}
.TagClassName
{
border-color: #40675D;
}
</style>