Shades of Dark Green Copper #427A6D
Tints of Dark Green Copper #427A6D
RGB
CMYK
RGB Variations
Color information
#427A6D (or 0x427A6D) is known color: Dark Green Copper. HEX triplet: 42, 7A and 6D. RGB value is (66,122,109). Sum of RGB (Red+Green+Blue) = 66+122+109=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #427A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A6D is #BD8592. Grayscale: #676767. Windows color (decimal): -12420499 or 7174722. OLE color: 7174722.
HSL color Cylindrical-coordinate representation of color #427A6D: hue angle of 166.07º 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 #427A6D is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 109 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.52 |
| HSL | 166.07º | 0.3% | 0.37% | - |
| HSV(B) | 166.07º | 0.46% | 0.48% | - |
| XYZ | 11.97 | 16.18 | 16.96 | - |
| YUV | 103.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 109 | 0.46 | 0 | 0.11 | 0.52 | 166.07 | 0.3 | 0.37 |
| Hex | 42 | 7A | 6D | 2E | 0 | B | 34 | A6 | 1E | 25 |
| Octal | 102 | 172 | 155 | 56 | 0 | 13 | 64 | 246 | 36 | 45 |
| Binary | 1000010 | 1111010 | 1101101 | 101110 | 0 | 1011 | 110100 | 10100110 | 11110 | 100101 |
Color Harmonies of #427A6D
Complementary color
Monochromatic Colors of #427A6D
Black with #427A6D
Text Example
Text Example
White with #427A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A6D; }
p { color: rgb(66,122,109); }
H1.HeaderClassName
{
color: #427A6D;
}
.AnyTagClassName
{
color: #427A6D;
}
</style>
background-color css
<style>
a { background-color: #427A6D; }
a { background-color: rgb(66,122,109); }
div.DivClassName
{
background-color: #427A6D;
}
.BgClassName
{
background-color: #427A6D;
}
</style>
border-color css
<style>
span { border-color: #427A6D; }
span { border-color: rgb(66,122,109); }
td.TdClassName
{
border-color: #427A6D;
}
.TagClassName
{
border-color: #427A6D;
}
</style>