Shades of Dark Green Copper #436F65
Tints of Dark Green Copper #436F65
RGB
CMYK
RGB Variations
Color information
#436F65 (or 0x436F65) is known color: Dark Green Copper. HEX triplet: 43, 6F and 65. RGB value is (67,111,101). Sum of RGB (Red+Green+Blue) = 67+111+101=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #436F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436F65 is #BC909A. Grayscale: #606060. Windows color (decimal): -12357787 or 6647619. OLE color: 6647619.
HSL color Cylindrical-coordinate representation of color #436F65: hue angle of 166.36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #436F65 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 111 | 101 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.56 |
| HSL | 166.36º | 0.25% | 0.35% | - |
| HSV(B) | 166.36º | 0.4% | 0.44% | - |
| XYZ | 10.35 | 13.5 | 14.37 | - |
| YUV | 96.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 111 | 101 | 0.40 | 0 | 0.09 | 0.56 | 166.36 | 0.25 | 0.35 |
| Hex | 43 | 6F | 65 | 28 | 0 | 9 | 38 | A6 | 19 | 23 |
| Octal | 103 | 157 | 145 | 50 | 0 | 11 | 70 | 246 | 31 | 43 |
| Binary | 1000011 | 1101111 | 1100101 | 101000 | 0 | 1001 | 111000 | 10100110 | 11001 | 100011 |
Color Harmonies of #436F65
Complementary color
Monochromatic Colors of #436F65
Black with #436F65
Text Example
Text Example
White with #436F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436F65; }
p { color: rgb(67,111,101); }
H1.HeaderClassName
{
color: #436F65;
}
.AnyTagClassName
{
color: #436F65;
}
</style>
background-color css
<style>
a { background-color: #436F65; }
a { background-color: rgb(67,111,101); }
div.DivClassName
{
background-color: #436F65;
}
.BgClassName
{
background-color: #436F65;
}
</style>
border-color css
<style>
span { border-color: #436F65; }
span { border-color: rgb(67,111,101); }
td.TdClassName
{
border-color: #436F65;
}
.TagClassName
{
border-color: #436F65;
}
</style>