Shades of Stromboli #42655F
Tints of Stromboli #42655F
RGB
CMYK
RGB Variations
Color information
#42655F (or 0x42655F) is known color: Stromboli. HEX triplet: 42, 65 and 5F. RGB value is (66,101,95). Sum of RGB (Red+Green+Blue) = 66+101+95=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #42655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42655F is #BD9AA0. Grayscale: #595959. Windows color (decimal): -12425889 or 6251842. OLE color: 6251842.
HSL color Cylindrical-coordinate representation of color #42655F: hue angle of 169.71º 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 #42655F is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 95 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.60 |
| HSL | 169.71º | 0.21% | 0.33% | - |
| HSV(B) | 169.71º | 0.35% | 0.4% | - |
| XYZ | 8.97 | 11.29 | 12.53 | - |
| YUV | 89.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 95 | 0.35 | 0 | 0.06 | 0.60 | 169.71 | 0.21 | 0.33 |
| Hex | 42 | 65 | 5F | 23 | 0 | 6 | 3C | AA | 15 | 21 |
| Octal | 102 | 145 | 137 | 43 | 0 | 6 | 74 | 252 | 25 | 41 |
| Binary | 1000010 | 1100101 | 1011111 | 100011 | 0 | 110 | 111100 | 10101010 | 10101 | 100001 |
Color Harmonies of #42655F
Complementary color
Monochromatic Colors of #42655F
Black with #42655F
Text Example
Text Example
White with #42655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42655F; }
p { color: rgb(66,101,95); }
H1.HeaderClassName
{
color: #42655F;
}
.AnyTagClassName
{
color: #42655F;
}
</style>
background-color css
<style>
a { background-color: #42655F; }
a { background-color: rgb(66,101,95); }
div.DivClassName
{
background-color: #42655F;
}
.BgClassName
{
background-color: #42655F;
}
</style>
border-color css
<style>
span { border-color: #42655F; }
span { border-color: rgb(66,101,95); }
td.TdClassName
{
border-color: #42655F;
}
.TagClassName
{
border-color: #42655F;
}
</style>