Shades of Dark Green Copper #427B73
Tints of Dark Green Copper #427B73
RGB
CMYK
RGB Variations
Color information
#427B73 (or 0x427B73) is known color: Dark Green Copper. HEX triplet: 42, 7B and 73. RGB value is (66,123,115). Sum of RGB (Red+Green+Blue) = 66+123+115=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #427B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B73 is #BD848C. Grayscale: #696969. Windows color (decimal): -12420237 or 7568194. OLE color: 7568194.
HSL color Cylindrical-coordinate representation of color #427B73: hue angle of 171.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B73 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 115 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.52 |
| HSL | 171.58º | 0.3% | 0.37% | - |
| HSV(B) | 171.58º | 0.46% | 0.48% | - |
| XYZ | 12.42 | 16.56 | 18.76 | - |
| YUV | 105.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 115 | 0.46 | 0 | 0.07 | 0.52 | 171.58 | 0.3 | 0.37 |
| Hex | 42 | 7B | 73 | 2E | 0 | 7 | 34 | AC | 1E | 25 |
| Octal | 102 | 173 | 163 | 56 | 0 | 7 | 64 | 254 | 36 | 45 |
| Binary | 1000010 | 1111011 | 1110011 | 101110 | 0 | 111 | 110100 | 10101100 | 11110 | 100101 |
Color Harmonies of #427B73
Complementary color
Monochromatic Colors of #427B73
Black with #427B73
Text Example
Text Example
White with #427B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B73; }
p { color: rgb(66,123,115); }
H1.HeaderClassName
{
color: #427B73;
}
.AnyTagClassName
{
color: #427B73;
}
</style>
background-color css
<style>
a { background-color: #427B73; }
a { background-color: rgb(66,123,115); }
div.DivClassName
{
background-color: #427B73;
}
.BgClassName
{
background-color: #427B73;
}
</style>
border-color css
<style>
span { border-color: #427B73; }
span { border-color: rgb(66,123,115); }
td.TdClassName
{
border-color: #427B73;
}
.TagClassName
{
border-color: #427B73;
}
</style>