Shades of Dark Green Copper #4B796D
Tints of Dark Green Copper #4B796D
RGB
CMYK
RGB Variations
Color information
#4B796D (or 0x4B796D) is known color: Dark Green Copper. HEX triplet: 4B, 79 and 6D. RGB value is (75,121,109). Sum of RGB (Red+Green+Blue) = 75+121+109=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #4B796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B796D is #B48692. Grayscale: #696969. Windows color (decimal): -11830931 or 7174475. OLE color: 7174475.
HSL color Cylindrical-coordinate representation of color #4B796D: hue angle of 164.35º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B796D is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 109 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.53 |
| HSL | 164.35º | 0.23% | 0.38% | - |
| HSV(B) | 164.35º | 0.38% | 0.47% | - |
| XYZ | 12.5 | 16.27 | 16.95 | - |
| YUV | 105.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 109 | 0.38 | 0 | 0.10 | 0.53 | 164.35 | 0.23 | 0.38 |
| Hex | 4B | 79 | 6D | 26 | 0 | A | 35 | A4 | 17 | 26 |
| Octal | 113 | 171 | 155 | 46 | 0 | 12 | 65 | 244 | 27 | 46 |
| Binary | 1001011 | 1111001 | 1101101 | 100110 | 0 | 1010 | 110101 | 10100100 | 10111 | 100110 |
Color Harmonies of #4B796D
Complementary color
Monochromatic Colors of #4B796D
Black with #4B796D
Text Example
Text Example
White with #4B796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B796D; }
p { color: rgb(75,121,109); }
H1.HeaderClassName
{
color: #4B796D;
}
.AnyTagClassName
{
color: #4B796D;
}
</style>
background-color css
<style>
a { background-color: #4B796D; }
a { background-color: rgb(75,121,109); }
div.DivClassName
{
background-color: #4B796D;
}
.BgClassName
{
background-color: #4B796D;
}
</style>
border-color css
<style>
span { border-color: #4B796D; }
span { border-color: rgb(75,121,109); }
td.TdClassName
{
border-color: #4B796D;
}
.TagClassName
{
border-color: #4B796D;
}
</style>