Shades of Dark Green Copper #4F736B
Tints of Dark Green Copper #4F736B
RGB
CMYK
RGB Variations
Color information
#4F736B (or 0x4F736B) is known color: Dark Green Copper. HEX triplet: 4F, 73 and 6B. RGB value is (79,115,107). Sum of RGB (Red+Green+Blue) = 79+115+107=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #4F736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F736B is #B08C94. Grayscale: #676767. Windows color (decimal): -11570325 or 7041871. OLE color: 7041871.
HSL color Cylindrical-coordinate representation of color #4F736B: hue angle of 166.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F736B is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 107 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.55 |
| HSL | 166.67º | 0.19% | 0.38% | - |
| HSV(B) | 166.67º | 0.31% | 0.45% | - |
| XYZ | 12.01 | 14.99 | 16.17 | - |
| YUV | 103.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 107 | 0.31 | 0 | 0.07 | 0.55 | 166.67 | 0.19 | 0.38 |
| Hex | 4F | 73 | 6B | 1F | 0 | 7 | 37 | A7 | 13 | 26 |
| Octal | 117 | 163 | 153 | 37 | 0 | 7 | 67 | 247 | 23 | 46 |
| Binary | 1001111 | 1110011 | 1101011 | 11111 | 0 | 111 | 110111 | 10100111 | 10011 | 100110 |
Color Harmonies of #4F736B
Complementary color
Monochromatic Colors of #4F736B
Black with #4F736B
Text Example
Text Example
White with #4F736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F736B; }
p { color: rgb(79,115,107); }
H1.HeaderClassName
{
color: #4F736B;
}
.AnyTagClassName
{
color: #4F736B;
}
</style>
background-color css
<style>
a { background-color: #4F736B; }
a { background-color: rgb(79,115,107); }
div.DivClassName
{
background-color: #4F736B;
}
.BgClassName
{
background-color: #4F736B;
}
</style>
border-color css
<style>
span { border-color: #4F736B; }
span { border-color: rgb(79,115,107); }
td.TdClassName
{
border-color: #4F736B;
}
.TagClassName
{
border-color: #4F736B;
}
</style>