Shades of Stromboli #42675B
Tints of Stromboli #42675B
RGB
CMYK
RGB Variations
Color information
#42675B (or 0x42675B) is known color: Stromboli. HEX triplet: 42, 67 and 5B. RGB value is (66,103,91). Sum of RGB (Red+Green+Blue) = 66+103+91=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #42675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42675B is #BD98A4. Grayscale: #5A5A5A. Windows color (decimal): -12425381 or 5990210. OLE color: 5990210.
HSL color Cylindrical-coordinate representation of color #42675B: hue angle of 160.54º 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 #42675B is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 103 | 91 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.60 |
| HSL | 160.54º | 0.22% | 0.33% | - |
| HSV(B) | 160.54º | 0.36% | 0.4% | - |
| XYZ | 8.99 | 11.61 | 11.67 | - |
| YUV | 90.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 91 | 0.36 | 0 | 0.12 | 0.60 | 160.54 | 0.22 | 0.33 |
| Hex | 42 | 67 | 5B | 24 | 0 | C | 3C | A1 | 16 | 21 |
| Octal | 102 | 147 | 133 | 44 | 0 | 14 | 74 | 241 | 26 | 41 |
| Binary | 1000010 | 1100111 | 1011011 | 100100 | 0 | 1100 | 111100 | 10100001 | 10110 | 100001 |
Color Harmonies of #42675B
Complementary color
Monochromatic Colors of #42675B
Black with #42675B
Text Example
Text Example
White with #42675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42675B; }
p { color: rgb(66,103,91); }
H1.HeaderClassName
{
color: #42675B;
}
.AnyTagClassName
{
color: #42675B;
}
</style>
background-color css
<style>
a { background-color: #42675B; }
a { background-color: rgb(66,103,91); }
div.DivClassName
{
background-color: #42675B;
}
.BgClassName
{
background-color: #42675B;
}
</style>
border-color css
<style>
span { border-color: #42675B; }
span { border-color: rgb(66,103,91); }
td.TdClassName
{
border-color: #42675B;
}
.TagClassName
{
border-color: #42675B;
}
</style>