Shades of Dark Green Copper #42726D
Tints of Dark Green Copper #42726D
RGB
CMYK
RGB Variations
Color information
#42726D (or 0x42726D) is known color: Dark Green Copper. HEX triplet: 42, 72 and 6D. RGB value is (66,114,109). Sum of RGB (Red+Green+Blue) = 66+114+109=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #42726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42726D is #BD8D92. Grayscale: #636363. Windows color (decimal): -12422547 or 7172674. OLE color: 7172674.
HSL color Cylindrical-coordinate representation of color #42726D: hue angle of 173.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42726D is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 109 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.55 |
| HSL | 173.75º | 0.27% | 0.35% | - |
| HSV(B) | 173.75º | 0.42% | 0.45% | - |
| XYZ | 11.02 | 14.3 | 16.65 | - |
| YUV | 99.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 109 | 0.42 | 0 | 0.04 | 0.55 | 173.75 | 0.27 | 0.35 |
| Hex | 42 | 72 | 6D | 2A | 0 | 4 | 37 | AE | 1B | 23 |
| Octal | 102 | 162 | 155 | 52 | 0 | 4 | 67 | 256 | 33 | 43 |
| Binary | 1000010 | 1110010 | 1101101 | 101010 | 0 | 100 | 110111 | 10101110 | 11011 | 100011 |
Color Harmonies of #42726D
Complementary color
Monochromatic Colors of #42726D
Black with #42726D
Text Example
Text Example
White with #42726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42726D; }
p { color: rgb(66,114,109); }
H1.HeaderClassName
{
color: #42726D;
}
.AnyTagClassName
{
color: #42726D;
}
</style>
background-color css
<style>
a { background-color: #42726D; }
a { background-color: rgb(66,114,109); }
div.DivClassName
{
background-color: #42726D;
}
.BgClassName
{
background-color: #42726D;
}
</style>
border-color css
<style>
span { border-color: #42726D; }
span { border-color: rgb(66,114,109); }
td.TdClassName
{
border-color: #42726D;
}
.TagClassName
{
border-color: #42726D;
}
</style>