Shades of Dark Green Copper #426B64
Tints of Dark Green Copper #426B64
RGB
CMYK
RGB Variations
Color information
#426B64 (or 0x426B64) is known color: Dark Green Copper. HEX triplet: 42, 6B and 64. RGB value is (66,107,100). Sum of RGB (Red+Green+Blue) = 66+107+100=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #426B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B64 is #BD949B. Grayscale: #5D5D5D. Windows color (decimal): -12424348 or 6581058. OLE color: 6581058.
HSL color Cylindrical-coordinate representation of color #426B64: hue angle of 169.76º degrees, saturation: 0.24, 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 #426B64 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 107 | 100 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.58 |
| HSL | 169.76º | 0.24% | 0.34% | - |
| HSV(B) | 169.76º | 0.38% | 0.42% | - |
| XYZ | 9.8 | 12.59 | 13.97 | - |
| YUV | 93.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 100 | 0.38 | 0 | 0.07 | 0.58 | 169.76 | 0.24 | 0.34 |
| Hex | 42 | 6B | 64 | 26 | 0 | 7 | 3A | AA | 18 | 22 |
| Octal | 102 | 153 | 144 | 46 | 0 | 7 | 72 | 252 | 30 | 42 |
| Binary | 1000010 | 1101011 | 1100100 | 100110 | 0 | 111 | 111010 | 10101010 | 11000 | 100010 |
Color Harmonies of #426B64
Complementary color
Monochromatic Colors of #426B64
Black with #426B64
Text Example
Text Example
White with #426B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B64; }
p { color: rgb(66,107,100); }
H1.HeaderClassName
{
color: #426B64;
}
.AnyTagClassName
{
color: #426B64;
}
</style>
background-color css
<style>
a { background-color: #426B64; }
a { background-color: rgb(66,107,100); }
div.DivClassName
{
background-color: #426B64;
}
.BgClassName
{
background-color: #426B64;
}
</style>
border-color css
<style>
span { border-color: #426B64; }
span { border-color: rgb(66,107,100); }
td.TdClassName
{
border-color: #426B64;
}
.TagClassName
{
border-color: #426B64;
}
</style>