Shades of Stromboli #42675D
Tints of Stromboli #42675D
RGB
CMYK
RGB Variations
Color information
#42675D (or 0x42675D) is known color: Stromboli. HEX triplet: 42, 67 and 5D. RGB value is (66,103,93). Sum of RGB (Red+Green+Blue) = 66+103+93=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #42675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42675D is #BD98A2. Grayscale: #5A5A5A. Windows color (decimal): -12425379 or 6121282. OLE color: 6121282.
HSL color Cylindrical-coordinate representation of color #42675D: hue angle of 163.78º 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 #42675D is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 103 | 93 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.60 |
| HSL | 163.78º | 0.22% | 0.33% | - |
| HSV(B) | 163.78º | 0.36% | 0.4% | - |
| XYZ | 9.07 | 11.65 | 12.13 | - |
| YUV | 90.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 93 | 0.36 | 0 | 0.10 | 0.60 | 163.78 | 0.22 | 0.33 |
| Hex | 42 | 67 | 5D | 24 | 0 | A | 3C | A4 | 16 | 21 |
| Octal | 102 | 147 | 135 | 44 | 0 | 12 | 74 | 244 | 26 | 41 |
| Binary | 1000010 | 1100111 | 1011101 | 100100 | 0 | 1010 | 111100 | 10100100 | 10110 | 100001 |
Color Harmonies of #42675D
Complementary color
Monochromatic Colors of #42675D
Black with #42675D
Text Example
Text Example
White with #42675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42675D; }
p { color: rgb(66,103,93); }
H1.HeaderClassName
{
color: #42675D;
}
.AnyTagClassName
{
color: #42675D;
}
</style>
background-color css
<style>
a { background-color: #42675D; }
a { background-color: rgb(66,103,93); }
div.DivClassName
{
background-color: #42675D;
}
.BgClassName
{
background-color: #42675D;
}
</style>
border-color css
<style>
span { border-color: #42675D; }
span { border-color: rgb(66,103,93); }
td.TdClassName
{
border-color: #42675D;
}
.TagClassName
{
border-color: #42675D;
}
</style>