Shades of Stromboli #42675C
Tints of Stromboli #42675C
RGB
CMYK
RGB Variations
Color information
#42675C (or 0x42675C) is known color: Stromboli. HEX triplet: 42, 67 and 5C. RGB value is (66,103,92). Sum of RGB (Red+Green+Blue) = 66+103+92=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #42675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42675C is #BD98A3. Grayscale: #5A5A5A. Windows color (decimal): -12425380 or 6055746. OLE color: 6055746.
HSL color Cylindrical-coordinate representation of color #42675C: hue angle of 162.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42675C is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 103 | 92 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.60 |
| HSL | 162.16º | 0.22% | 0.33% | - |
| HSV(B) | 162.16º | 0.36% | 0.4% | - |
| XYZ | 9.03 | 11.63 | 11.89 | - |
| YUV | 90.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 92 | 0.36 | 0 | 0.11 | 0.60 | 162.16 | 0.22 | 0.33 |
| Hex | 42 | 67 | 5C | 24 | 0 | B | 3C | A2 | 16 | 21 |
| Octal | 102 | 147 | 134 | 44 | 0 | 13 | 74 | 242 | 26 | 41 |
| Binary | 1000010 | 1100111 | 1011100 | 100100 | 0 | 1011 | 111100 | 10100010 | 10110 | 100001 |
Color Harmonies of #42675C
Complementary color
Monochromatic Colors of #42675C
Black with #42675C
Text Example
Text Example
White with #42675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42675C; }
p { color: rgb(66,103,92); }
H1.HeaderClassName
{
color: #42675C;
}
.AnyTagClassName
{
color: #42675C;
}
</style>
background-color css
<style>
a { background-color: #42675C; }
a { background-color: rgb(66,103,92); }
div.DivClassName
{
background-color: #42675C;
}
.BgClassName
{
background-color: #42675C;
}
</style>
border-color css
<style>
span { border-color: #42675C; }
span { border-color: rgb(66,103,92); }
td.TdClassName
{
border-color: #42675C;
}
.TagClassName
{
border-color: #42675C;
}
</style>