Shades of Dark Green Copper #417266
Tints of Dark Green Copper #417266
RGB
CMYK
RGB Variations
Color information
#417266 (or 0x417266) is known color: Dark Green Copper. HEX triplet: 41, 72 and 66. RGB value is (65,114,102). Sum of RGB (Red+Green+Blue) = 65+114+102=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #417266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417266 is #BE8D99. Grayscale: #616161. Windows color (decimal): -12488090 or 6713921. OLE color: 6713921.
HSL color Cylindrical-coordinate representation of color #417266: hue angle of 165.31º 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 #417266 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 114 | 102 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.55 |
| HSL | 165.31º | 0.27% | 0.35% | - |
| HSV(B) | 165.31º | 0.43% | 0.45% | - |
| XYZ | 10.6 | 14.12 | 14.74 | - |
| YUV | 97.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 102 | 0.43 | 0 | 0.11 | 0.55 | 165.31 | 0.27 | 0.35 |
| Hex | 41 | 72 | 66 | 2B | 0 | B | 37 | A5 | 1B | 23 |
| Octal | 101 | 162 | 146 | 53 | 0 | 13 | 67 | 245 | 33 | 43 |
| Binary | 1000001 | 1110010 | 1100110 | 101011 | 0 | 1011 | 110111 | 10100101 | 11011 | 100011 |
Color Harmonies of #417266
Complementary color
Monochromatic Colors of #417266
Black with #417266
Text Example
Text Example
White with #417266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417266; }
p { color: rgb(65,114,102); }
H1.HeaderClassName
{
color: #417266;
}
.AnyTagClassName
{
color: #417266;
}
</style>
background-color css
<style>
a { background-color: #417266; }
a { background-color: rgb(65,114,102); }
div.DivClassName
{
background-color: #417266;
}
.BgClassName
{
background-color: #417266;
}
</style>
border-color css
<style>
span { border-color: #417266; }
span { border-color: rgb(65,114,102); }
td.TdClassName
{
border-color: #417266;
}
.TagClassName
{
border-color: #417266;
}
</style>