Shades of Dark Green Copper #42746F
Tints of Dark Green Copper #42746F
RGB
CMYK
RGB Variations
Color information
#42746F (or 0x42746F) is known color: Dark Green Copper. HEX triplet: 42, 74 and 6F. RGB value is (66,116,111). Sum of RGB (Red+Green+Blue) = 66+116+111=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #42746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42746F is #BD8B90. Grayscale: #646464. Windows color (decimal): -12422033 or 7304258. OLE color: 7304258.
HSL color Cylindrical-coordinate representation of color #42746F: hue angle of 174º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42746F is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 116 | 111 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.55 |
| HSL | 174º | 0.27% | 0.36% | - |
| HSV(B) | 174º | 0.43% | 0.45% | - |
| XYZ | 11.36 | 14.8 | 17.3 | - |
| YUV | 100.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 111 | 0.43 | 0 | 0.04 | 0.55 | 174 | 0.27 | 0.36 |
| Hex | 42 | 74 | 6F | 2B | 0 | 4 | 37 | AE | 1B | 24 |
| Octal | 102 | 164 | 157 | 53 | 0 | 4 | 67 | 256 | 33 | 44 |
| Binary | 1000010 | 1110100 | 1101111 | 101011 | 0 | 100 | 110111 | 10101110 | 11011 | 100100 |
Color Harmonies of #42746F
Complementary color
Monochromatic Colors of #42746F
Black with #42746F
Text Example
Text Example
White with #42746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42746F; }
p { color: rgb(66,116,111); }
H1.HeaderClassName
{
color: #42746F;
}
.AnyTagClassName
{
color: #42746F;
}
</style>
background-color css
<style>
a { background-color: #42746F; }
a { background-color: rgb(66,116,111); }
div.DivClassName
{
background-color: #42746F;
}
.BgClassName
{
background-color: #42746F;
}
</style>
border-color css
<style>
span { border-color: #42746F; }
span { border-color: rgb(66,116,111); }
td.TdClassName
{
border-color: #42746F;
}
.TagClassName
{
border-color: #42746F;
}
</style>