Shades of Como #42855F
Tints of Como #42855F
RGB
CMYK
RGB Variations
Color information
#42855F (or 0x42855F) is known color: Como. HEX triplet: 42, 85 and 5F. RGB value is (66,133,95). Sum of RGB (Red+Green+Blue) = 66+133+95=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #42855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42855F is #BD7AA0. Grayscale: #6C6C6C. Windows color (decimal): -12417697 or 6260034. OLE color: 6260034.
HSL color Cylindrical-coordinate representation of color #42855F: hue angle of 145.97º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42855F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 95 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.48 |
| HSL | 145.97º | 0.34% | 0.39% | - |
| HSV(B) | 145.97º | 0.5% | 0.52% | - |
| XYZ | 12.7 | 18.76 | 13.78 | - |
| YUV | 108.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 95 | 0.50 | 0 | 0.29 | 0.48 | 145.97 | 0.34 | 0.39 |
| Hex | 42 | 85 | 5F | 32 | 0 | 1D | 30 | 92 | 22 | 27 |
| Octal | 102 | 205 | 137 | 62 | 0 | 35 | 60 | 222 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1011111 | 110010 | 0 | 11101 | 110000 | 10010010 | 100010 | 100111 |
Color Harmonies of #42855F
Complementary color
Monochromatic Colors of #42855F
Black with #42855F
Text Example
Text Example
White with #42855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42855F; }
p { color: rgb(66,133,95); }
H1.HeaderClassName
{
color: #42855F;
}
.AnyTagClassName
{
color: #42855F;
}
</style>
background-color css
<style>
a { background-color: #42855F; }
a { background-color: rgb(66,133,95); }
div.DivClassName
{
background-color: #42855F;
}
.BgClassName
{
background-color: #42855F;
}
</style>
border-color css
<style>
span { border-color: #42855F; }
span { border-color: rgb(66,133,95); }
td.TdClassName
{
border-color: #42855F;
}
.TagClassName
{
border-color: #42855F;
}
</style>