Shades of Stromboli #42665F
Tints of Stromboli #42665F
RGB
CMYK
RGB Variations
Color information
#42665F (or 0x42665F) is known color: Stromboli. HEX triplet: 42, 66 and 5F. RGB value is (66,102,95). Sum of RGB (Red+Green+Blue) = 66+102+95=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 102 - color contains mainly: green. Hex color #42665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42665F is #BD99A0. Grayscale: #5A5A5A. Windows color (decimal): -12425633 or 6252098. OLE color: 6252098.
HSL color Cylindrical-coordinate representation of color #42665F: hue angle of 168.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42665F is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 102 | 95 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.6 |
| HSL | 168.33º | 0.21% | 0.33% | - |
| HSV(B) | 168.33º | 0.35% | 0.4% | - |
| XYZ | 9.06 | 11.49 | 12.57 | - |
| YUV | 90.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 95 | 0.35 | 0 | 0.07 | 0.6 | 168.33 | 0.21 | 0.33 |
| Hex | 42 | 66 | 5F | 23 | 0 | 7 | 3C | A8 | 15 | 21 |
| Octal | 102 | 146 | 137 | 43 | 0 | 7 | 74 | 250 | 25 | 41 |
| Binary | 1000010 | 1100110 | 1011111 | 100011 | 0 | 111 | 111100 | 10101000 | 10101 | 100001 |
Color Harmonies of #42665F
Complementary color
Monochromatic Colors of #42665F
Black with #42665F
Text Example
Text Example
White with #42665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42665F; }
p { color: rgb(66,102,95); }
H1.HeaderClassName
{
color: #42665F;
}
.AnyTagClassName
{
color: #42665F;
}
</style>
background-color css
<style>
a { background-color: #42665F; }
a { background-color: rgb(66,102,95); }
div.DivClassName
{
background-color: #42665F;
}
.BgClassName
{
background-color: #42665F;
}
</style>
border-color css
<style>
span { border-color: #42665F; }
span { border-color: rgb(66,102,95); }
td.TdClassName
{
border-color: #42665F;
}
.TagClassName
{
border-color: #42665F;
}
</style>