Shades of Dark Green Copper #42726E
Tints of Dark Green Copper #42726E
RGB
CMYK
RGB Variations
Color information
#42726E (or 0x42726E) is known color: Dark Green Copper. HEX triplet: 42, 72 and 6E. RGB value is (66,114,110). Sum of RGB (Red+Green+Blue) = 66+114+110=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #42726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42726E is #BD8D91. Grayscale: #636363. Windows color (decimal): -12422546 or 7238210. OLE color: 7238210.
HSL color Cylindrical-coordinate representation of color #42726E: hue angle of 175º 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 #42726E is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 110 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.55 |
| HSL | 175º | 0.27% | 0.35% | - |
| HSV(B) | 175º | 0.42% | 0.45% | - |
| XYZ | 11.08 | 14.32 | 16.93 | - |
| YUV | 99.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 110 | 0.42 | 0 | 0.04 | 0.55 | 175 | 0.27 | 0.35 |
| Hex | 42 | 72 | 6E | 2A | 0 | 4 | 37 | AF | 1B | 23 |
| Octal | 102 | 162 | 156 | 52 | 0 | 4 | 67 | 257 | 33 | 43 |
| Binary | 1000010 | 1110010 | 1101110 | 101010 | 0 | 100 | 110111 | 10101111 | 11011 | 100011 |
Color Harmonies of #42726E
Complementary color
Monochromatic Colors of #42726E
Black with #42726E
Text Example
Text Example
White with #42726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42726E; }
p { color: rgb(66,114,110); }
H1.HeaderClassName
{
color: #42726E;
}
.AnyTagClassName
{
color: #42726E;
}
</style>
background-color css
<style>
a { background-color: #42726E; }
a { background-color: rgb(66,114,110); }
div.DivClassName
{
background-color: #42726E;
}
.BgClassName
{
background-color: #42726E;
}
</style>
border-color css
<style>
span { border-color: #42726E; }
span { border-color: rgb(66,114,110); }
td.TdClassName
{
border-color: #42726E;
}
.TagClassName
{
border-color: #42726E;
}
</style>