Shades of Como #42815F
Tints of Como #42815F
RGB
CMYK
RGB Variations
Color information
#42815F (or 0x42815F) is known color: Como. HEX triplet: 42, 81 and 5F. RGB value is (66,129,95). Sum of RGB (Red+Green+Blue) = 66+129+95=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #42815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42815F is #BD7EA0. Grayscale: #6A6A6A. Windows color (decimal): -12418721 or 6259010. OLE color: 6259010.
HSL color Cylindrical-coordinate representation of color #42815F: hue angle of 147.62º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42815F is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 95 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.49 |
| HSL | 147.62º | 0.32% | 0.38% | - |
| HSV(B) | 147.62º | 0.49% | 0.51% | - |
| XYZ | 12.16 | 17.68 | 13.6 | - |
| YUV | 106.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 95 | 0.49 | 0 | 0.26 | 0.49 | 147.62 | 0.32 | 0.38 |
| Hex | 42 | 81 | 5F | 31 | 0 | 1A | 31 | 94 | 20 | 26 |
| Octal | 102 | 201 | 137 | 61 | 0 | 32 | 61 | 224 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1011111 | 110001 | 0 | 11010 | 110001 | 10010100 | 100000 | 100110 |
Color Harmonies of #42815F
Complementary color
Monochromatic Colors of #42815F
Black with #42815F
Text Example
Text Example
White with #42815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42815F; }
p { color: rgb(66,129,95); }
H1.HeaderClassName
{
color: #42815F;
}
.AnyTagClassName
{
color: #42815F;
}
</style>
background-color css
<style>
a { background-color: #42815F; }
a { background-color: rgb(66,129,95); }
div.DivClassName
{
background-color: #42815F;
}
.BgClassName
{
background-color: #42815F;
}
</style>
border-color css
<style>
span { border-color: #42815F; }
span { border-color: rgb(66,129,95); }
td.TdClassName
{
border-color: #42815F;
}
.TagClassName
{
border-color: #42815F;
}
</style>