Shades of Stromboli #40635A
Tints of Stromboli #40635A
RGB
CMYK
RGB Variations
Color information
#40635A (or 0x40635A) is known color: Stromboli. HEX triplet: 40, 63 and 5A. RGB value is (64,99,90). Sum of RGB (Red+Green+Blue) = 64+99+90=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #40635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40635A is #BF9CA5. Grayscale: #575757. Windows color (decimal): -12557478 or 5923648. OLE color: 5923648.
HSL color Cylindrical-coordinate representation of color #40635A: hue angle of 164.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40635A is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 90 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.61 |
| HSL | 164.57º | 0.21% | 0.32% | - |
| HSV(B) | 164.57º | 0.35% | 0.39% | - |
| XYZ | 8.42 | 10.75 | 11.3 | - |
| YUV | 87.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 90 | 0.35 | 0 | 0.09 | 0.61 | 164.57 | 0.21 | 0.32 |
| Hex | 40 | 63 | 5A | 23 | 0 | 9 | 3D | A5 | 15 | 20 |
| Octal | 100 | 143 | 132 | 43 | 0 | 11 | 75 | 245 | 25 | 40 |
| Binary | 1000000 | 1100011 | 1011010 | 100011 | 0 | 1001 | 111101 | 10100101 | 10101 | 100000 |
Color Harmonies of #40635A
Complementary color
Monochromatic Colors of #40635A
Black with #40635A
Text Example
Text Example
White with #40635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40635A; }
p { color: rgb(64,99,90); }
H1.HeaderClassName
{
color: #40635A;
}
.AnyTagClassName
{
color: #40635A;
}
</style>
background-color css
<style>
a { background-color: #40635A; }
a { background-color: rgb(64,99,90); }
div.DivClassName
{
background-color: #40635A;
}
.BgClassName
{
background-color: #40635A;
}
</style>
border-color css
<style>
span { border-color: #40635A; }
span { border-color: rgb(64,99,90); }
td.TdClassName
{
border-color: #40635A;
}
.TagClassName
{
border-color: #40635A;
}
</style>