Shades of Dark Green Copper #426A63
Tints of Dark Green Copper #426A63
RGB
CMYK
RGB Variations
Color information
#426A63 (or 0x426A63) is known color: Dark Green Copper. HEX triplet: 42, 6A and 63. RGB value is (66,106,99). Sum of RGB (Red+Green+Blue) = 66+106+99=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #426A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A63 is #BD959C. Grayscale: #5D5D5D. Windows color (decimal): -12424605 or 6515266. OLE color: 6515266.
HSL color Cylindrical-coordinate representation of color #426A63: hue angle of 169.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A63 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 106 | 99 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.58 |
| HSL | 169.5º | 0.23% | 0.34% | - |
| HSV(B) | 169.5º | 0.38% | 0.42% | - |
| XYZ | 9.65 | 12.37 | 13.68 | - |
| YUV | 93.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 99 | 0.38 | 0 | 0.07 | 0.58 | 169.5 | 0.23 | 0.34 |
| Hex | 42 | 6A | 63 | 26 | 0 | 7 | 3A | AA | 17 | 22 |
| Octal | 102 | 152 | 143 | 46 | 0 | 7 | 72 | 252 | 27 | 42 |
| Binary | 1000010 | 1101010 | 1100011 | 100110 | 0 | 111 | 111010 | 10101010 | 10111 | 100010 |
Color Harmonies of #426A63
Complementary color
Monochromatic Colors of #426A63
Black with #426A63
Text Example
Text Example
White with #426A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A63; }
p { color: rgb(66,106,99); }
H1.HeaderClassName
{
color: #426A63;
}
.AnyTagClassName
{
color: #426A63;
}
</style>
background-color css
<style>
a { background-color: #426A63; }
a { background-color: rgb(66,106,99); }
div.DivClassName
{
background-color: #426A63;
}
.BgClassName
{
background-color: #426A63;
}
</style>
border-color css
<style>
span { border-color: #426A63; }
span { border-color: rgb(66,106,99); }
td.TdClassName
{
border-color: #426A63;
}
.TagClassName
{
border-color: #426A63;
}
</style>