Shades of Dark Green Copper #41706B
Tints of Dark Green Copper #41706B
RGB
CMYK
RGB Variations
Color information
#41706B (or 0x41706B) is known color: Dark Green Copper. HEX triplet: 41, 70 and 6B. RGB value is (65,112,107). Sum of RGB (Red+Green+Blue) = 65+112+107=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #41706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706B is #BE8F94. Grayscale: #616161. Windows color (decimal): -12488597 or 7041089. OLE color: 7041089.
HSL color Cylindrical-coordinate representation of color #41706B: hue angle of 173.62º 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 #41706B is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 107 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.56 |
| HSL | 173.62º | 0.27% | 0.35% | - |
| HSV(B) | 173.62º | 0.42% | 0.44% | - |
| XYZ | 10.63 | 13.77 | 16.01 | - |
| YUV | 97.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 107 | 0.42 | 0 | 0.04 | 0.56 | 173.62 | 0.27 | 0.35 |
| Hex | 41 | 70 | 6B | 2A | 0 | 4 | 38 | AE | 1B | 23 |
| Octal | 101 | 160 | 153 | 52 | 0 | 4 | 70 | 256 | 33 | 43 |
| Binary | 1000001 | 1110000 | 1101011 | 101010 | 0 | 100 | 111000 | 10101110 | 11011 | 100011 |
Color Harmonies of #41706B
Complementary color
Monochromatic Colors of #41706B
Black with #41706B
Text Example
Text Example
White with #41706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41706B; }
p { color: rgb(65,112,107); }
H1.HeaderClassName
{
color: #41706B;
}
.AnyTagClassName
{
color: #41706B;
}
</style>
background-color css
<style>
a { background-color: #41706B; }
a { background-color: rgb(65,112,107); }
div.DivClassName
{
background-color: #41706B;
}
.BgClassName
{
background-color: #41706B;
}
</style>
border-color css
<style>
span { border-color: #41706B; }
span { border-color: rgb(65,112,107); }
td.TdClassName
{
border-color: #41706B;
}
.TagClassName
{
border-color: #41706B;
}
</style>