Shades of Dark Green Copper #426C65
Tints of Dark Green Copper #426C65
RGB
CMYK
RGB Variations
Color information
#426C65 (or 0x426C65) is known color: Dark Green Copper. HEX triplet: 42, 6C and 65. RGB value is (66,108,101). Sum of RGB (Red+Green+Blue) = 66+108+101=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 108 - color contains mainly: green. Hex color #426C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C65 is #BD939A. Grayscale: #5E5E5E. Windows color (decimal): -12424091 or 6646850. OLE color: 6646850.
HSL color Cylindrical-coordinate representation of color #426C65: hue angle of 170º 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 #426C65 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 108 | 101 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.58 |
| HSL | 170º | 0.24% | 0.34% | - |
| HSV(B) | 170º | 0.39% | 0.42% | - |
| XYZ | 9.96 | 12.82 | 14.26 | - |
| YUV | 94.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 101 | 0.39 | 0 | 0.06 | 0.58 | 170 | 0.24 | 0.34 |
| Hex | 42 | 6C | 65 | 27 | 0 | 6 | 3A | AA | 18 | 22 |
| Octal | 102 | 154 | 145 | 47 | 0 | 6 | 72 | 252 | 30 | 42 |
| Binary | 1000010 | 1101100 | 1100101 | 100111 | 0 | 110 | 111010 | 10101010 | 11000 | 100010 |
Color Harmonies of #426C65
Complementary color
Monochromatic Colors of #426C65
Black with #426C65
Text Example
Text Example
White with #426C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C65; }
p { color: rgb(66,108,101); }
H1.HeaderClassName
{
color: #426C65;
}
.AnyTagClassName
{
color: #426C65;
}
</style>
background-color css
<style>
a { background-color: #426C65; }
a { background-color: rgb(66,108,101); }
div.DivClassName
{
background-color: #426C65;
}
.BgClassName
{
background-color: #426C65;
}
</style>
border-color css
<style>
span { border-color: #426C65; }
span { border-color: rgb(66,108,101); }
td.TdClassName
{
border-color: #426C65;
}
.TagClassName
{
border-color: #426C65;
}
</style>