Shades of Stromboli #42705C
Tints of Stromboli #42705C
RGB
CMYK
RGB Variations
Color information
#42705C (or 0x42705C) is known color: Stromboli. HEX triplet: 42, 70 and 5C. RGB value is (66,112,92). Sum of RGB (Red+Green+Blue) = 66+112+92=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #42705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42705C is #BD8FA3. Grayscale: #606060. Windows color (decimal): -12423076 or 6058050. OLE color: 6058050.
HSL color Cylindrical-coordinate representation of color #42705C: hue angle of 153.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42705C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 112 | 92 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.56 |
| HSL | 153.91º | 0.26% | 0.35% | - |
| HSV(B) | 153.91º | 0.41% | 0.44% | - |
| XYZ | 9.97 | 13.52 | 12.21 | - |
| YUV | 95.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 92 | 0.41 | 0 | 0.18 | 0.56 | 153.91 | 0.26 | 0.35 |
| Hex | 42 | 70 | 5C | 29 | 0 | 12 | 38 | 9A | 1A | 23 |
| Octal | 102 | 160 | 134 | 51 | 0 | 22 | 70 | 232 | 32 | 43 |
| Binary | 1000010 | 1110000 | 1011100 | 101001 | 0 | 10010 | 111000 | 10011010 | 11010 | 100011 |
Color Harmonies of #42705C
Complementary color
Monochromatic Colors of #42705C
Black with #42705C
Text Example
Text Example
White with #42705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42705C; }
p { color: rgb(66,112,92); }
H1.HeaderClassName
{
color: #42705C;
}
.AnyTagClassName
{
color: #42705C;
}
</style>
background-color css
<style>
a { background-color: #42705C; }
a { background-color: rgb(66,112,92); }
div.DivClassName
{
background-color: #42705C;
}
.BgClassName
{
background-color: #42705C;
}
</style>
border-color css
<style>
span { border-color: #42705C; }
span { border-color: rgb(66,112,92); }
td.TdClassName
{
border-color: #42705C;
}
.TagClassName
{
border-color: #42705C;
}
</style>