Shades of Dark Green Copper #427265
Tints of Dark Green Copper #427265
RGB
CMYK
RGB Variations
Color information
#427265 (or 0x427265) is known color: Dark Green Copper. HEX triplet: 42, 72 and 65. RGB value is (66,114,101). Sum of RGB (Red+Green+Blue) = 66+114+101=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #427265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427265 is #BD8D9A. Grayscale: #626262. Windows color (decimal): -12422555 or 6648386. OLE color: 6648386.
HSL color Cylindrical-coordinate representation of color #427265: hue angle of 163.75º 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 #427265 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 101 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.55 |
| HSL | 163.75º | 0.27% | 0.35% | - |
| HSV(B) | 163.75º | 0.42% | 0.45% | - |
| XYZ | 10.61 | 14.13 | 14.48 | - |
| YUV | 98.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 101 | 0.42 | 0 | 0.11 | 0.55 | 163.75 | 0.27 | 0.35 |
| Hex | 42 | 72 | 65 | 2A | 0 | B | 37 | A4 | 1B | 23 |
| Octal | 102 | 162 | 145 | 52 | 0 | 13 | 67 | 244 | 33 | 43 |
| Binary | 1000010 | 1110010 | 1100101 | 101010 | 0 | 1011 | 110111 | 10100100 | 11011 | 100011 |
Color Harmonies of #427265
Complementary color
Monochromatic Colors of #427265
Black with #427265
Text Example
Text Example
White with #427265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427265; }
p { color: rgb(66,114,101); }
H1.HeaderClassName
{
color: #427265;
}
.AnyTagClassName
{
color: #427265;
}
</style>
background-color css
<style>
a { background-color: #427265; }
a { background-color: rgb(66,114,101); }
div.DivClassName
{
background-color: #427265;
}
.BgClassName
{
background-color: #427265;
}
</style>
border-color css
<style>
span { border-color: #427265; }
span { border-color: rgb(66,114,101); }
td.TdClassName
{
border-color: #427265;
}
.TagClassName
{
border-color: #427265;
}
</style>