Shades of Dark Green Copper #436965
Tints of Dark Green Copper #436965
RGB
CMYK
RGB Variations
Color information
#436965 (or 0x436965) is known color: Dark Green Copper. HEX triplet: 43, 69 and 65. RGB value is (67,105,101). Sum of RGB (Red+Green+Blue) = 67+105+101=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #436965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436965 is #BC969A. Grayscale: #5D5D5D. Windows color (decimal): -12359323 or 6646083. OLE color: 6646083.
HSL color Cylindrical-coordinate representation of color #436965: hue angle of 173.68º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #436965 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 105 | 101 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.59 |
| HSL | 173.68º | 0.22% | 0.34% | - |
| HSV(B) | 173.68º | 0.36% | 0.41% | - |
| XYZ | 9.72 | 12.24 | 14.16 | - |
| YUV | 93.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 101 | 0.36 | 0 | 0.04 | 0.59 | 173.68 | 0.22 | 0.34 |
| Hex | 43 | 69 | 65 | 24 | 0 | 4 | 3B | AE | 16 | 22 |
| Octal | 103 | 151 | 145 | 44 | 0 | 4 | 73 | 256 | 26 | 42 |
| Binary | 1000011 | 1101001 | 1100101 | 100100 | 0 | 100 | 111011 | 10101110 | 10110 | 100010 |
Color Harmonies of #436965
Complementary color
Monochromatic Colors of #436965
Black with #436965
Text Example
Text Example
White with #436965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436965; }
p { color: rgb(67,105,101); }
H1.HeaderClassName
{
color: #436965;
}
.AnyTagClassName
{
color: #436965;
}
</style>
background-color css
<style>
a { background-color: #436965; }
a { background-color: rgb(67,105,101); }
div.DivClassName
{
background-color: #436965;
}
.BgClassName
{
background-color: #436965;
}
</style>
border-color css
<style>
span { border-color: #436965; }
span { border-color: rgb(67,105,101); }
td.TdClassName
{
border-color: #436965;
}
.TagClassName
{
border-color: #436965;
}
</style>