Shades of Como #42825E
Tints of Como #42825E
RGB
CMYK
RGB Variations
Color information
#42825E (or 0x42825E) is known color: Como. HEX triplet: 42, 82 and 5E. RGB value is (66,130,94). Sum of RGB (Red+Green+Blue) = 66+130+94=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #42825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42825E is #BD7DA1. Grayscale: #6A6A6A. Windows color (decimal): -12418466 or 6193730. OLE color: 6193730.
HSL color Cylindrical-coordinate representation of color #42825E: hue angle of 146.25º degrees, saturation: 0.33, 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 #42825E is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 94 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.49 |
| HSL | 146.25º | 0.33% | 0.38% | - |
| HSV(B) | 146.25º | 0.49% | 0.51% | - |
| XYZ | 12.25 | 17.93 | 13.41 | - |
| YUV | 106.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 94 | 0.49 | 0 | 0.28 | 0.49 | 146.25 | 0.33 | 0.38 |
| Hex | 42 | 82 | 5E | 31 | 0 | 1C | 31 | 92 | 21 | 26 |
| Octal | 102 | 202 | 136 | 61 | 0 | 34 | 61 | 222 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1011110 | 110001 | 0 | 11100 | 110001 | 10010010 | 100001 | 100110 |
Color Harmonies of #42825E
Complementary color
Monochromatic Colors of #42825E
Black with #42825E
Text Example
Text Example
White with #42825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42825E; }
p { color: rgb(66,130,94); }
H1.HeaderClassName
{
color: #42825E;
}
.AnyTagClassName
{
color: #42825E;
}
</style>
background-color css
<style>
a { background-color: #42825E; }
a { background-color: rgb(66,130,94); }
div.DivClassName
{
background-color: #42825E;
}
.BgClassName
{
background-color: #42825E;
}
</style>
border-color css
<style>
span { border-color: #42825E; }
span { border-color: rgb(66,130,94); }
td.TdClassName
{
border-color: #42825E;
}
.TagClassName
{
border-color: #42825E;
}
</style>