Shades of Dark Green Copper #4A6F6A
Tints of Dark Green Copper #4A6F6A
RGB
CMYK
RGB Variations
Color information
#4A6F6A (or 0x4A6F6A) is known color: Dark Green Copper. HEX triplet: 4A, 6F and 6A. RGB value is (74,111,106). Sum of RGB (Red+Green+Blue) = 74+111+106=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F6A is #B59095. Grayscale: #636363. Windows color (decimal): -11899030 or 6975306. OLE color: 6975306.
HSL color Cylindrical-coordinate representation of color #4A6F6A: hue angle of 171.89º 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 #4A6F6A is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 111 | 106 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.56 |
| HSL | 171.89º | 0.2% | 0.36% | - |
| HSV(B) | 171.89º | 0.33% | 0.44% | - |
| XYZ | 11.11 | 13.87 | 15.73 | - |
| YUV | 99.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 106 | 0.33 | 0 | 0.05 | 0.56 | 171.89 | 0.2 | 0.36 |
| Hex | 4A | 6F | 6A | 21 | 0 | 5 | 38 | AC | 14 | 24 |
| Octal | 112 | 157 | 152 | 41 | 0 | 5 | 70 | 254 | 24 | 44 |
| Binary | 1001010 | 1101111 | 1101010 | 100001 | 0 | 101 | 111000 | 10101100 | 10100 | 100100 |
Color Harmonies of #4A6F6A
Complementary color
Monochromatic Colors of #4A6F6A
Black with #4A6F6A
Text Example
Text Example
White with #4A6F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F6A; }
p { color: rgb(74,111,106); }
H1.HeaderClassName
{
color: #4A6F6A;
}
.AnyTagClassName
{
color: #4A6F6A;
}
</style>
background-color css
<style>
a { background-color: #4A6F6A; }
a { background-color: rgb(74,111,106); }
div.DivClassName
{
background-color: #4A6F6A;
}
.BgClassName
{
background-color: #4A6F6A;
}
</style>
border-color css
<style>
span { border-color: #4A6F6A; }
span { border-color: rgb(74,111,106); }
td.TdClassName
{
border-color: #4A6F6A;
}
.TagClassName
{
border-color: #4A6F6A;
}
</style>