Shades of Dark Green Copper #426863
Tints of Dark Green Copper #426863
RGB
CMYK
RGB Variations
Color information
#426863 (or 0x426863) is known color: Dark Green Copper. HEX triplet: 42, 68 and 63. RGB value is (66,104,99). Sum of RGB (Red+Green+Blue) = 66+104+99=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #426863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426863 is #BD979C. Grayscale: #5C5C5C. Windows color (decimal): -12425117 or 6514754. OLE color: 6514754.
HSL color Cylindrical-coordinate representation of color #426863: hue angle of 172.11º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426863 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 99 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.59 |
| HSL | 172.11º | 0.22% | 0.33% | - |
| HSV(B) | 172.11º | 0.37% | 0.41% | - |
| XYZ | 9.45 | 11.96 | 13.61 | - |
| YUV | 92.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 99 | 0.37 | 0 | 0.05 | 0.59 | 172.11 | 0.22 | 0.33 |
| Hex | 42 | 68 | 63 | 25 | 0 | 5 | 3B | AC | 16 | 21 |
| Octal | 102 | 150 | 143 | 45 | 0 | 5 | 73 | 254 | 26 | 41 |
| Binary | 1000010 | 1101000 | 1100011 | 100101 | 0 | 101 | 111011 | 10101100 | 10110 | 100001 |
Color Harmonies of #426863
Complementary color
Monochromatic Colors of #426863
Black with #426863
Text Example
Text Example
White with #426863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426863; }
p { color: rgb(66,104,99); }
H1.HeaderClassName
{
color: #426863;
}
.AnyTagClassName
{
color: #426863;
}
</style>
background-color css
<style>
a { background-color: #426863; }
a { background-color: rgb(66,104,99); }
div.DivClassName
{
background-color: #426863;
}
.BgClassName
{
background-color: #426863;
}
</style>
border-color css
<style>
span { border-color: #426863; }
span { border-color: rgb(66,104,99); }
td.TdClassName
{
border-color: #426863;
}
.TagClassName
{
border-color: #426863;
}
</style>