Shades of Dark Green Copper #427365
Tints of Dark Green Copper #427365
RGB
CMYK
RGB Variations
Color information
#427365 (or 0x427365) is known color: Dark Green Copper. HEX triplet: 42, 73 and 65. RGB value is (66,115,101). Sum of RGB (Red+Green+Blue) = 66+115+101=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #427365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427365 is #BD8C9A. Grayscale: #626262. Windows color (decimal): -12422299 or 6648642. OLE color: 6648642.
HSL color Cylindrical-coordinate representation of color #427365: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427365 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 115 | 101 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.55 |
| HSL | 162.86º | 0.27% | 0.35% | - |
| HSV(B) | 162.86º | 0.43% | 0.45% | - |
| XYZ | 10.73 | 14.36 | 14.52 | - |
| YUV | 98.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 101 | 0.43 | 0 | 0.12 | 0.55 | 162.86 | 0.27 | 0.35 |
| Hex | 42 | 73 | 65 | 2B | 0 | C | 37 | A3 | 1B | 23 |
| Octal | 102 | 163 | 145 | 53 | 0 | 14 | 67 | 243 | 33 | 43 |
| Binary | 1000010 | 1110011 | 1100101 | 101011 | 0 | 1100 | 110111 | 10100011 | 11011 | 100011 |
Color Harmonies of #427365
Complementary color
Monochromatic Colors of #427365
Black with #427365
Text Example
Text Example
White with #427365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427365; }
p { color: rgb(66,115,101); }
H1.HeaderClassName
{
color: #427365;
}
.AnyTagClassName
{
color: #427365;
}
</style>
background-color css
<style>
a { background-color: #427365; }
a { background-color: rgb(66,115,101); }
div.DivClassName
{
background-color: #427365;
}
.BgClassName
{
background-color: #427365;
}
</style>
border-color css
<style>
span { border-color: #427365; }
span { border-color: rgb(66,115,101); }
td.TdClassName
{
border-color: #427365;
}
.TagClassName
{
border-color: #427365;
}
</style>