Shades of Como #42865F
Tints of Como #42865F
RGB
CMYK
RGB Variations
Color information
#42865F (or 0x42865F) is known color: Como. HEX triplet: 42, 86 and 5F. RGB value is (66,134,95). Sum of RGB (Red+Green+Blue) = 66+134+95=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #42865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42865F is #BD79A0. Grayscale: #6D6D6D. Windows color (decimal): -12417441 or 6260290. OLE color: 6260290.
HSL color Cylindrical-coordinate representation of color #42865F: hue angle of 145.59º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42865F is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 95 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.47 |
| HSL | 145.59º | 0.34% | 0.39% | - |
| HSV(B) | 145.59º | 0.51% | 0.53% | - |
| XYZ | 12.84 | 19.03 | 13.82 | - |
| YUV | 109.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 95 | 0.51 | 0 | 0.29 | 0.47 | 145.59 | 0.34 | 0.39 |
| Hex | 42 | 86 | 5F | 33 | 0 | 1D | 2F | 92 | 22 | 27 |
| Octal | 102 | 206 | 137 | 63 | 0 | 35 | 57 | 222 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1011111 | 110011 | 0 | 11101 | 101111 | 10010010 | 100010 | 100111 |
Color Harmonies of #42865F
Complementary color
Monochromatic Colors of #42865F
Black with #42865F
Text Example
Text Example
White with #42865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42865F; }
p { color: rgb(66,134,95); }
H1.HeaderClassName
{
color: #42865F;
}
.AnyTagClassName
{
color: #42865F;
}
</style>
background-color css
<style>
a { background-color: #42865F; }
a { background-color: rgb(66,134,95); }
div.DivClassName
{
background-color: #42865F;
}
.BgClassName
{
background-color: #42865F;
}
</style>
border-color css
<style>
span { border-color: #42865F; }
span { border-color: rgb(66,134,95); }
td.TdClassName
{
border-color: #42865F;
}
.TagClassName
{
border-color: #42865F;
}
</style>