Shades of Como #42825C
Tints of Como #42825C
RGB
CMYK
RGB Variations
Color information
#42825C (or 0x42825C) is known color: Como. HEX triplet: 42, 82 and 5C. RGB value is (66,130,92). Sum of RGB (Red+Green+Blue) = 66+130+92=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #42825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42825C is #BD7DA3. Grayscale: #6A6A6A. Windows color (decimal): -12418468 or 6062658. OLE color: 6062658.
HSL color Cylindrical-coordinate representation of color #42825C: hue angle of 144.38º 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 #42825C is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 92 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.49 |
| HSL | 144.38º | 0.33% | 0.38% | - |
| HSV(B) | 144.38º | 0.49% | 0.51% | - |
| XYZ | 12.16 | 17.9 | 12.94 | - |
| YUV | 106.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 92 | 0.49 | 0 | 0.29 | 0.49 | 144.38 | 0.33 | 0.38 |
| Hex | 42 | 82 | 5C | 31 | 0 | 1D | 31 | 90 | 21 | 26 |
| Octal | 102 | 202 | 134 | 61 | 0 | 35 | 61 | 220 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1011100 | 110001 | 0 | 11101 | 110001 | 10010000 | 100001 | 100110 |
Color Harmonies of #42825C
Complementary color
Monochromatic Colors of #42825C
Black with #42825C
Text Example
Text Example
White with #42825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42825C; }
p { color: rgb(66,130,92); }
H1.HeaderClassName
{
color: #42825C;
}
.AnyTagClassName
{
color: #42825C;
}
</style>
background-color css
<style>
a { background-color: #42825C; }
a { background-color: rgb(66,130,92); }
div.DivClassName
{
background-color: #42825C;
}
.BgClassName
{
background-color: #42825C;
}
</style>
border-color css
<style>
span { border-color: #42825C; }
span { border-color: rgb(66,130,92); }
td.TdClassName
{
border-color: #42825C;
}
.TagClassName
{
border-color: #42825C;
}
</style>