Shades of Dark Green Copper #426C62
Tints of Dark Green Copper #426C62
RGB
CMYK
RGB Variations
Color information
#426C62 (or 0x426C62) is known color: Dark Green Copper. HEX triplet: 42, 6C and 62. RGB value is (66,108,98). Sum of RGB (Red+Green+Blue) = 66+108+98=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 108 - color contains mainly: green. Hex color #426C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C62 is #BD939D. Grayscale: #5E5E5E. Windows color (decimal): -12424094 or 6450242. OLE color: 6450242.
HSL color Cylindrical-coordinate representation of color #426C62: hue angle of 165.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426C62 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 108 | 98 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.58 |
| HSL | 165.71º | 0.24% | 0.34% | - |
| HSV(B) | 165.71º | 0.39% | 0.42% | - |
| XYZ | 9.81 | 12.77 | 13.5 | - |
| YUV | 94.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 98 | 0.39 | 0 | 0.09 | 0.58 | 165.71 | 0.24 | 0.34 |
| Hex | 42 | 6C | 62 | 27 | 0 | 9 | 3A | A6 | 18 | 22 |
| Octal | 102 | 154 | 142 | 47 | 0 | 11 | 72 | 246 | 30 | 42 |
| Binary | 1000010 | 1101100 | 1100010 | 100111 | 0 | 1001 | 111010 | 10100110 | 11000 | 100010 |
Color Harmonies of #426C62
Complementary color
Monochromatic Colors of #426C62
Black with #426C62
Text Example
Text Example
White with #426C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C62; }
p { color: rgb(66,108,98); }
H1.HeaderClassName
{
color: #426C62;
}
.AnyTagClassName
{
color: #426C62;
}
</style>
background-color css
<style>
a { background-color: #426C62; }
a { background-color: rgb(66,108,98); }
div.DivClassName
{
background-color: #426C62;
}
.BgClassName
{
background-color: #426C62;
}
</style>
border-color css
<style>
span { border-color: #426C62; }
span { border-color: rgb(66,108,98); }
td.TdClassName
{
border-color: #426C62;
}
.TagClassName
{
border-color: #426C62;
}
</style>