Shades of Stromboli #40675B
Tints of Stromboli #40675B
RGB
CMYK
RGB Variations
Color information
#40675B (or 0x40675B) is known color: Stromboli. HEX triplet: 40, 67 and 5B. RGB value is (64,103,91). Sum of RGB (Red+Green+Blue) = 64+103+91=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #40675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40675B is #BF98A4. Grayscale: #595959. Windows color (decimal): -12556453 or 5990208. OLE color: 5990208.
HSL color Cylindrical-coordinate representation of color #40675B: hue angle of 161.54º 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 #40675B is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 91 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.60 |
| HSL | 161.54º | 0.23% | 0.33% | - |
| HSV(B) | 161.54º | 0.38% | 0.4% | - |
| XYZ | 8.85 | 11.55 | 11.66 | - |
| YUV | 89.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 91 | 0.38 | 0 | 0.12 | 0.60 | 161.54 | 0.23 | 0.33 |
| Hex | 40 | 67 | 5B | 26 | 0 | C | 3C | A2 | 17 | 21 |
| Octal | 100 | 147 | 133 | 46 | 0 | 14 | 74 | 242 | 27 | 41 |
| Binary | 1000000 | 1100111 | 1011011 | 100110 | 0 | 1100 | 111100 | 10100010 | 10111 | 100001 |
Color Harmonies of #40675B
Complementary color
Monochromatic Colors of #40675B
Black with #40675B
Text Example
Text Example
White with #40675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40675B; }
p { color: rgb(64,103,91); }
H1.HeaderClassName
{
color: #40675B;
}
.AnyTagClassName
{
color: #40675B;
}
</style>
background-color css
<style>
a { background-color: #40675B; }
a { background-color: rgb(64,103,91); }
div.DivClassName
{
background-color: #40675B;
}
.BgClassName
{
background-color: #40675B;
}
</style>
border-color css
<style>
span { border-color: #40675B; }
span { border-color: rgb(64,103,91); }
td.TdClassName
{
border-color: #40675B;
}
.TagClassName
{
border-color: #40675B;
}
</style>