Shades of Stromboli #42615C
Tints of Stromboli #42615C
RGB
CMYK
RGB Variations
Color information
#42615C (or 0x42615C) is known color: Stromboli. HEX triplet: 42, 61 and 5C. RGB value is (66,97,92). Sum of RGB (Red+Green+Blue) = 66+97+92=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #42615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42615C is #BD9EA3. Grayscale: #575757. Windows color (decimal): -12426916 or 6054210. OLE color: 6054210.
HSL color Cylindrical-coordinate representation of color #42615C: hue angle of 170.32º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42615C is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 97 | 92 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.62 |
| HSL | 170.32º | 0.19% | 0.32% | - |
| HSV(B) | 170.32º | 0.32% | 0.38% | - |
| XYZ | 8.45 | 10.48 | 11.7 | - |
| YUV | 87.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 92 | 0.32 | 0 | 0.05 | 0.62 | 170.32 | 0.19 | 0.32 |
| Hex | 42 | 61 | 5C | 20 | 0 | 5 | 3E | AA | 13 | 20 |
| Octal | 102 | 141 | 134 | 40 | 0 | 5 | 76 | 252 | 23 | 40 |
| Binary | 1000010 | 1100001 | 1011100 | 100000 | 0 | 101 | 111110 | 10101010 | 10011 | 100000 |
Color Harmonies of #42615C
Complementary color
Monochromatic Colors of #42615C
Black with #42615C
Text Example
Text Example
White with #42615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42615C; }
p { color: rgb(66,97,92); }
H1.HeaderClassName
{
color: #42615C;
}
.AnyTagClassName
{
color: #42615C;
}
</style>
background-color css
<style>
a { background-color: #42615C; }
a { background-color: rgb(66,97,92); }
div.DivClassName
{
background-color: #42615C;
}
.BgClassName
{
background-color: #42615C;
}
</style>
border-color css
<style>
span { border-color: #42615C; }
span { border-color: rgb(66,97,92); }
td.TdClassName
{
border-color: #42615C;
}
.TagClassName
{
border-color: #42615C;
}
</style>