Shades of Dark Green Copper #417165
Tints of Dark Green Copper #417165
RGB
CMYK
RGB Variations
Color information
#417165 (or 0x417165) is known color: Dark Green Copper. HEX triplet: 41, 71 and 65. RGB value is (65,113,101). Sum of RGB (Red+Green+Blue) = 65+113+101=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #417165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417165 is #BE8E9A. Grayscale: #616161. Windows color (decimal): -12488347 or 6648129. OLE color: 6648129.
HSL color Cylindrical-coordinate representation of color #417165: hue angle of 165º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417165 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 113 | 101 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.56 |
| HSL | 165º | 0.27% | 0.35% | - |
| HSV(B) | 165º | 0.42% | 0.44% | - |
| XYZ | 10.43 | 13.87 | 14.44 | - |
| YUV | 97.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 101 | 0.42 | 0 | 0.11 | 0.56 | 165 | 0.27 | 0.35 |
| Hex | 41 | 71 | 65 | 2A | 0 | B | 38 | A5 | 1B | 23 |
| Octal | 101 | 161 | 145 | 52 | 0 | 13 | 70 | 245 | 33 | 43 |
| Binary | 1000001 | 1110001 | 1100101 | 101010 | 0 | 1011 | 111000 | 10100101 | 11011 | 100011 |
Color Harmonies of #417165
Complementary color
Monochromatic Colors of #417165
Black with #417165
Text Example
Text Example
White with #417165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417165; }
p { color: rgb(65,113,101); }
H1.HeaderClassName
{
color: #417165;
}
.AnyTagClassName
{
color: #417165;
}
</style>
background-color css
<style>
a { background-color: #417165; }
a { background-color: rgb(65,113,101); }
div.DivClassName
{
background-color: #417165;
}
.BgClassName
{
background-color: #417165;
}
</style>
border-color css
<style>
span { border-color: #417165; }
span { border-color: rgb(65,113,101); }
td.TdClassName
{
border-color: #417165;
}
.TagClassName
{
border-color: #417165;
}
</style>