Shades of Stromboli #40625C
Tints of Stromboli #40625C
RGB
CMYK
RGB Variations
Color information
#40625C (or 0x40625C) is known color: Stromboli. HEX triplet: 40, 62 and 5C. RGB value is (64,98,92). Sum of RGB (Red+Green+Blue) = 64+98+92=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #40625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40625C is #BF9DA3. Grayscale: #575757. Windows color (decimal): -12557732 or 6054464. OLE color: 6054464.
HSL color Cylindrical-coordinate representation of color #40625C: hue angle of 169.41º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40625C is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 92 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.62 |
| HSL | 169.41º | 0.21% | 0.32% | - |
| HSV(B) | 169.41º | 0.35% | 0.38% | - |
| XYZ | 8.41 | 10.6 | 11.73 | - |
| YUV | 87.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 92 | 0.35 | 0 | 0.06 | 0.62 | 169.41 | 0.21 | 0.32 |
| Hex | 40 | 62 | 5C | 23 | 0 | 6 | 3E | A9 | 15 | 20 |
| Octal | 100 | 142 | 134 | 43 | 0 | 6 | 76 | 251 | 25 | 40 |
| Binary | 1000000 | 1100010 | 1011100 | 100011 | 0 | 110 | 111110 | 10101001 | 10101 | 100000 |
Color Harmonies of #40625C
Complementary color
Monochromatic Colors of #40625C
Black with #40625C
Text Example
Text Example
White with #40625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40625C; }
p { color: rgb(64,98,92); }
H1.HeaderClassName
{
color: #40625C;
}
.AnyTagClassName
{
color: #40625C;
}
</style>
background-color css
<style>
a { background-color: #40625C; }
a { background-color: rgb(64,98,92); }
div.DivClassName
{
background-color: #40625C;
}
.BgClassName
{
background-color: #40625C;
}
</style>
border-color css
<style>
span { border-color: #40625C; }
span { border-color: rgb(64,98,92); }
td.TdClassName
{
border-color: #40625C;
}
.TagClassName
{
border-color: #40625C;
}
</style>