Shades of Dark Green Copper #4A736B
Tints of Dark Green Copper #4A736B
RGB
CMYK
RGB Variations
Color information
#4A736B (or 0x4A736B) is known color: Dark Green Copper. HEX triplet: 4A, 73 and 6B. RGB value is (74,115,107). Sum of RGB (Red+Green+Blue) = 74+115+107=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #4A736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A736B is #B58C94. Grayscale: #656565. Windows color (decimal): -11898005 or 7041866. OLE color: 7041866.
HSL color Cylindrical-coordinate representation of color #4A736B: hue angle of 168.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A736B is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 107 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.55 |
| HSL | 168.29º | 0.22% | 0.37% | - |
| HSV(B) | 168.29º | 0.36% | 0.45% | - |
| XYZ | 11.61 | 14.78 | 16.15 | - |
| YUV | 101.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 107 | 0.36 | 0 | 0.07 | 0.55 | 168.29 | 0.22 | 0.37 |
| Hex | 4A | 73 | 6B | 24 | 0 | 7 | 37 | A8 | 16 | 25 |
| Octal | 112 | 163 | 153 | 44 | 0 | 7 | 67 | 250 | 26 | 45 |
| Binary | 1001010 | 1110011 | 1101011 | 100100 | 0 | 111 | 110111 | 10101000 | 10110 | 100101 |
Color Harmonies of #4A736B
Complementary color
Monochromatic Colors of #4A736B
Black with #4A736B
Text Example
Text Example
White with #4A736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A736B; }
p { color: rgb(74,115,107); }
H1.HeaderClassName
{
color: #4A736B;
}
.AnyTagClassName
{
color: #4A736B;
}
</style>
background-color css
<style>
a { background-color: #4A736B; }
a { background-color: rgb(74,115,107); }
div.DivClassName
{
background-color: #4A736B;
}
.BgClassName
{
background-color: #4A736B;
}
</style>
border-color css
<style>
span { border-color: #4A736B; }
span { border-color: rgb(74,115,107); }
td.TdClassName
{
border-color: #4A736B;
}
.TagClassName
{
border-color: #4A736B;
}
</style>