Shades of Dark Green Copper #4B796C
Tints of Dark Green Copper #4B796C
RGB
CMYK
RGB Variations
Color information
#4B796C (or 0x4B796C) is known color: Dark Green Copper. HEX triplet: 4B, 79 and 6C. RGB value is (75,121,108). Sum of RGB (Red+Green+Blue) = 75+121+108=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #4B796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B796C is #B48693. Grayscale: #696969. Windows color (decimal): -11830932 or 7108939. OLE color: 7108939.
HSL color Cylindrical-coordinate representation of color #4B796C: hue angle of 163.04º 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 #4B796C is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 108 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.53 |
| HSL | 163.04º | 0.23% | 0.38% | - |
| HSV(B) | 163.04º | 0.38% | 0.47% | - |
| XYZ | 12.45 | 16.25 | 16.67 | - |
| YUV | 105.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 108 | 0.38 | 0 | 0.11 | 0.53 | 163.04 | 0.23 | 0.38 |
| Hex | 4B | 79 | 6C | 26 | 0 | B | 35 | A3 | 17 | 26 |
| Octal | 113 | 171 | 154 | 46 | 0 | 13 | 65 | 243 | 27 | 46 |
| Binary | 1001011 | 1111001 | 1101100 | 100110 | 0 | 1011 | 110101 | 10100011 | 10111 | 100110 |
Color Harmonies of #4B796C
Complementary color
Monochromatic Colors of #4B796C
Black with #4B796C
Text Example
Text Example
White with #4B796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B796C; }
p { color: rgb(75,121,108); }
H1.HeaderClassName
{
color: #4B796C;
}
.AnyTagClassName
{
color: #4B796C;
}
</style>
background-color css
<style>
a { background-color: #4B796C; }
a { background-color: rgb(75,121,108); }
div.DivClassName
{
background-color: #4B796C;
}
.BgClassName
{
background-color: #4B796C;
}
</style>
border-color css
<style>
span { border-color: #4B796C; }
span { border-color: rgb(75,121,108); }
td.TdClassName
{
border-color: #4B796C;
}
.TagClassName
{
border-color: #4B796C;
}
</style>