Shades of Dark Green Copper #4A6F6B
Tints of Dark Green Copper #4A6F6B
RGB
CMYK
RGB Variations
Color information
#4A6F6B (or 0x4A6F6B) is known color: Dark Green Copper. HEX triplet: 4A, 6F and 6B. RGB value is (74,111,107). Sum of RGB (Red+Green+Blue) = 74+111+107=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F6B is #B59094. Grayscale: #636363. Windows color (decimal): -11899029 or 7040842. OLE color: 7040842.
HSL color Cylindrical-coordinate representation of color #4A6F6B: hue angle of 173.51º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A6F6B is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 111 | 107 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.56 |
| HSL | 173.51º | 0.2% | 0.36% | - |
| HSV(B) | 173.51º | 0.33% | 0.44% | - |
| XYZ | 11.16 | 13.89 | 16 | - |
| YUV | 99.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 107 | 0.33 | 0 | 0.04 | 0.56 | 173.51 | 0.2 | 0.36 |
| Hex | 4A | 6F | 6B | 21 | 0 | 4 | 38 | AE | 14 | 24 |
| Octal | 112 | 157 | 153 | 41 | 0 | 4 | 70 | 256 | 24 | 44 |
| Binary | 1001010 | 1101111 | 1101011 | 100001 | 0 | 100 | 111000 | 10101110 | 10100 | 100100 |
Color Harmonies of #4A6F6B
Complementary color
Monochromatic Colors of #4A6F6B
Black with #4A6F6B
Text Example
Text Example
White with #4A6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F6B; }
p { color: rgb(74,111,107); }
H1.HeaderClassName
{
color: #4A6F6B;
}
.AnyTagClassName
{
color: #4A6F6B;
}
</style>
background-color css
<style>
a { background-color: #4A6F6B; }
a { background-color: rgb(74,111,107); }
div.DivClassName
{
background-color: #4A6F6B;
}
.BgClassName
{
background-color: #4A6F6B;
}
</style>
border-color css
<style>
span { border-color: #4A6F6B; }
span { border-color: rgb(74,111,107); }
td.TdClassName
{
border-color: #4A6F6B;
}
.TagClassName
{
border-color: #4A6F6B;
}
</style>