Shades of Stromboli #42695E
Tints of Stromboli #42695E
RGB
CMYK
RGB Variations
Color information
#42695E (or 0x42695E) is known color: Stromboli. HEX triplet: 42, 69 and 5E. RGB value is (66,105,94). Sum of RGB (Red+Green+Blue) = 66+105+94=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #42695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42695E is #BD96A1. Grayscale: #5C5C5C. Windows color (decimal): -12424866 or 6187330. OLE color: 6187330.
HSL color Cylindrical-coordinate representation of color #42695E: hue angle of 163.08º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42695E is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 105 | 94 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.59 |
| HSL | 163.08º | 0.23% | 0.34% | - |
| HSV(B) | 163.08º | 0.37% | 0.41% | - |
| XYZ | 9.32 | 12.07 | 12.43 | - |
| YUV | 92.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 94 | 0.37 | 0 | 0.10 | 0.59 | 163.08 | 0.23 | 0.34 |
| Hex | 42 | 69 | 5E | 25 | 0 | A | 3B | A3 | 17 | 22 |
| Octal | 102 | 151 | 136 | 45 | 0 | 12 | 73 | 243 | 27 | 42 |
| Binary | 1000010 | 1101001 | 1011110 | 100101 | 0 | 1010 | 111011 | 10100011 | 10111 | 100010 |
Color Harmonies of #42695E
Complementary color
Monochromatic Colors of #42695E
Black with #42695E
Text Example
Text Example
White with #42695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42695E; }
p { color: rgb(66,105,94); }
H1.HeaderClassName
{
color: #42695E;
}
.AnyTagClassName
{
color: #42695E;
}
</style>
background-color css
<style>
a { background-color: #42695E; }
a { background-color: rgb(66,105,94); }
div.DivClassName
{
background-color: #42695E;
}
.BgClassName
{
background-color: #42695E;
}
</style>
border-color css
<style>
span { border-color: #42695E; }
span { border-color: rgb(66,105,94); }
td.TdClassName
{
border-color: #42695E;
}
.TagClassName
{
border-color: #42695E;
}
</style>