Shades of Como #42785F
Tints of Como #42785F
RGB
CMYK
RGB Variations
Color information
#42785F (or 0x42785F) is known color: Como. HEX triplet: 42, 78 and 5F. RGB value is (66,120,95). Sum of RGB (Red+Green+Blue) = 66+120+95=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #42785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42785F is #BD87A0. Grayscale: #656565. Windows color (decimal): -12421025 or 6256706. OLE color: 6256706.
HSL color Cylindrical-coordinate representation of color #42785F: hue angle of 152.22º 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 #42785F is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 120 | 95 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.53 |
| HSL | 152.22º | 0.29% | 0.36% | - |
| HSV(B) | 152.22º | 0.45% | 0.47% | - |
| XYZ | 11.03 | 15.42 | 13.22 | - |
| YUV | 101 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 95 | 0.45 | 0 | 0.21 | 0.53 | 152.22 | 0.29 | 0.36 |
| Hex | 42 | 78 | 5F | 2D | 0 | 15 | 35 | 98 | 1D | 24 |
| Octal | 102 | 170 | 137 | 55 | 0 | 25 | 65 | 230 | 35 | 44 |
| Binary | 1000010 | 1111000 | 1011111 | 101101 | 0 | 10101 | 110101 | 10011000 | 11101 | 100100 |
Color Harmonies of #42785F
Complementary color
Monochromatic Colors of #42785F
Black with #42785F
Text Example
Text Example
White with #42785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42785F; }
p { color: rgb(66,120,95); }
H1.HeaderClassName
{
color: #42785F;
}
.AnyTagClassName
{
color: #42785F;
}
</style>
background-color css
<style>
a { background-color: #42785F; }
a { background-color: rgb(66,120,95); }
div.DivClassName
{
background-color: #42785F;
}
.BgClassName
{
background-color: #42785F;
}
</style>
border-color css
<style>
span { border-color: #42785F; }
span { border-color: rgb(66,120,95); }
td.TdClassName
{
border-color: #42785F;
}
.TagClassName
{
border-color: #42785F;
}
</style>