Shades of Dark Green Copper #417368
Tints of Dark Green Copper #417368
RGB
CMYK
RGB Variations
Color information
#417368 (or 0x417368) is known color: Dark Green Copper. HEX triplet: 41, 73 and 68. RGB value is (65,115,104). Sum of RGB (Red+Green+Blue) = 65+115+104=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #417368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417368 is #BE8C97. Grayscale: #626262. Windows color (decimal): -12487832 or 6845249. OLE color: 6845249.
HSL color Cylindrical-coordinate representation of color #417368: hue angle of 166.8º degrees, saturation: 0.28, 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 #417368 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 115 | 104 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.55 |
| HSL | 166.8º | 0.28% | 0.35% | - |
| HSV(B) | 166.8º | 0.43% | 0.45% | - |
| XYZ | 10.81 | 14.38 | 15.3 | - |
| YUV | 98.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 104 | 0.43 | 0 | 0.10 | 0.55 | 166.8 | 0.28 | 0.35 |
| Hex | 41 | 73 | 68 | 2B | 0 | A | 37 | A7 | 1C | 23 |
| Octal | 101 | 163 | 150 | 53 | 0 | 12 | 67 | 247 | 34 | 43 |
| Binary | 1000001 | 1110011 | 1101000 | 101011 | 0 | 1010 | 110111 | 10100111 | 11100 | 100011 |
Color Harmonies of #417368
Complementary color
Monochromatic Colors of #417368
Black with #417368
Text Example
Text Example
White with #417368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417368; }
p { color: rgb(65,115,104); }
H1.HeaderClassName
{
color: #417368;
}
.AnyTagClassName
{
color: #417368;
}
</style>
background-color css
<style>
a { background-color: #417368; }
a { background-color: rgb(65,115,104); }
div.DivClassName
{
background-color: #417368;
}
.BgClassName
{
background-color: #417368;
}
</style>
border-color css
<style>
span { border-color: #417368; }
span { border-color: rgb(65,115,104); }
td.TdClassName
{
border-color: #417368;
}
.TagClassName
{
border-color: #417368;
}
</style>