Shades of Como #42855D
Tints of Como #42855D
RGB
CMYK
RGB Variations
Color information
#42855D (or 0x42855D) is known color: Como. HEX triplet: 42, 85 and 5D. RGB value is (66,133,93). Sum of RGB (Red+Green+Blue) = 66+133+93=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #42855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42855D is #BD7AA2. Grayscale: #6C6C6C. Windows color (decimal): -12417699 or 6128962. OLE color: 6128962.
HSL color Cylindrical-coordinate representation of color #42855D: hue angle of 144.18º 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 #42855D is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 93 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.48 |
| HSL | 144.18º | 0.34% | 0.39% | - |
| HSV(B) | 144.18º | 0.5% | 0.52% | - |
| XYZ | 12.61 | 18.72 | 13.31 | - |
| YUV | 108.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 93 | 0.50 | 0 | 0.30 | 0.48 | 144.18 | 0.34 | 0.39 |
| Hex | 42 | 85 | 5D | 32 | 0 | 1E | 30 | 90 | 22 | 27 |
| Octal | 102 | 205 | 135 | 62 | 0 | 36 | 60 | 220 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1011101 | 110010 | 0 | 11110 | 110000 | 10010000 | 100010 | 100111 |
Color Harmonies of #42855D
Complementary color
Monochromatic Colors of #42855D
Black with #42855D
Text Example
Text Example
White with #42855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42855D; }
p { color: rgb(66,133,93); }
H1.HeaderClassName
{
color: #42855D;
}
.AnyTagClassName
{
color: #42855D;
}
</style>
background-color css
<style>
a { background-color: #42855D; }
a { background-color: rgb(66,133,93); }
div.DivClassName
{
background-color: #42855D;
}
.BgClassName
{
background-color: #42855D;
}
</style>
border-color css
<style>
span { border-color: #42855D; }
span { border-color: rgb(66,133,93); }
td.TdClassName
{
border-color: #42855D;
}
.TagClassName
{
border-color: #42855D;
}
</style>