Shades of Dark Green Copper #427E75
Tints of Dark Green Copper #427E75
RGB
CMYK
RGB Variations
Color information
#427E75 (or 0x427E75) is known color: Dark Green Copper. HEX triplet: 42, 7E and 75. RGB value is (66,126,117). Sum of RGB (Red+Green+Blue) = 66+126+117=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 126 - color contains mainly: green. Hex color #427E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E75 is #BD818A. Grayscale: #6B6B6B. Windows color (decimal): -12419467 or 7700034. OLE color: 7700034.
HSL color Cylindrical-coordinate representation of color #427E75: hue angle of 171º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E75 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 126 | 117 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.51 |
| HSL | 171º | 0.31% | 0.38% | - |
| HSV(B) | 171º | 0.48% | 0.49% | - |
| XYZ | 12.92 | 17.36 | 19.5 | - |
| YUV | 107.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 117 | 0.48 | 0 | 0.07 | 0.51 | 171 | 0.31 | 0.38 |
| Hex | 42 | 7E | 75 | 30 | 0 | 7 | 33 | AB | 1F | 26 |
| Octal | 102 | 176 | 165 | 60 | 0 | 7 | 63 | 253 | 37 | 46 |
| Binary | 1000010 | 1111110 | 1110101 | 110000 | 0 | 111 | 110011 | 10101011 | 11111 | 100110 |
Color Harmonies of #427E75
Complementary color
Monochromatic Colors of #427E75
Black with #427E75
Text Example
Text Example
White with #427E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E75; }
p { color: rgb(66,126,117); }
H1.HeaderClassName
{
color: #427E75;
}
.AnyTagClassName
{
color: #427E75;
}
</style>
background-color css
<style>
a { background-color: #427E75; }
a { background-color: rgb(66,126,117); }
div.DivClassName
{
background-color: #427E75;
}
.BgClassName
{
background-color: #427E75;
}
</style>
border-color css
<style>
span { border-color: #427E75; }
span { border-color: rgb(66,126,117); }
td.TdClassName
{
border-color: #427E75;
}
.TagClassName
{
border-color: #427E75;
}
</style>