Shades of Como #42785C
Tints of Como #42785C
RGB
CMYK
RGB Variations
Color information
#42785C (or 0x42785C) is known color: Como. HEX triplet: 42, 78 and 5C. RGB value is (66,120,92). Sum of RGB (Red+Green+Blue) = 66+120+92=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #42785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42785C is #BD87A3. Grayscale: #646464. Windows color (decimal): -12421028 or 6060098. OLE color: 6060098.
HSL color Cylindrical-coordinate representation of color #42785C: hue angle of 148.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42785C is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 120 | 92 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.53 |
| HSL | 148.89º | 0.29% | 0.36% | - |
| HSV(B) | 148.89º | 0.45% | 0.47% | - |
| XYZ | 10.9 | 15.36 | 12.52 | - |
| YUV | 100.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 92 | 0.45 | 0 | 0.23 | 0.53 | 148.89 | 0.29 | 0.36 |
| Hex | 42 | 78 | 5C | 2D | 0 | 17 | 35 | 95 | 1D | 24 |
| Octal | 102 | 170 | 134 | 55 | 0 | 27 | 65 | 225 | 35 | 44 |
| Binary | 1000010 | 1111000 | 1011100 | 101101 | 0 | 10111 | 110101 | 10010101 | 11101 | 100100 |
Color Harmonies of #42785C
Complementary color
Monochromatic Colors of #42785C
Black with #42785C
Text Example
Text Example
White with #42785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42785C; }
p { color: rgb(66,120,92); }
H1.HeaderClassName
{
color: #42785C;
}
.AnyTagClassName
{
color: #42785C;
}
</style>
background-color css
<style>
a { background-color: #42785C; }
a { background-color: rgb(66,120,92); }
div.DivClassName
{
background-color: #42785C;
}
.BgClassName
{
background-color: #42785C;
}
</style>
border-color css
<style>
span { border-color: #42785C; }
span { border-color: rgb(66,120,92); }
td.TdClassName
{
border-color: #42785C;
}
.TagClassName
{
border-color: #42785C;
}
</style>