Shades of Dark Green Copper #4B6D68
Tints of Dark Green Copper #4B6D68
RGB
CMYK
RGB Variations
Color information
#4B6D68 (or 0x4B6D68) is known color: Dark Green Copper. HEX triplet: 4B, 6D and 68. RGB value is (75,109,104). Sum of RGB (Red+Green+Blue) = 75+109+104=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D68 is #B49297. Grayscale: #626262. Windows color (decimal): -11834008 or 6843723. OLE color: 6843723.
HSL color Cylindrical-coordinate representation of color #4B6D68: hue angle of 171.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D68 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 104 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.57 |
| HSL | 171.18º | 0.18% | 0.36% | - |
| HSV(B) | 171.18º | 0.31% | 0.43% | - |
| XYZ | 10.87 | 13.43 | 15.12 | - |
| YUV | 98.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 104 | 0.31 | 0 | 0.05 | 0.57 | 171.18 | 0.18 | 0.36 |
| Hex | 4B | 6D | 68 | 1F | 0 | 5 | 39 | AB | 12 | 24 |
| Octal | 113 | 155 | 150 | 37 | 0 | 5 | 71 | 253 | 22 | 44 |
| Binary | 1001011 | 1101101 | 1101000 | 11111 | 0 | 101 | 111001 | 10101011 | 10010 | 100100 |
Color Harmonies of #4B6D68
Complementary color
Monochromatic Colors of #4B6D68
Black with #4B6D68
Text Example
Text Example
White with #4B6D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D68; }
p { color: rgb(75,109,104); }
H1.HeaderClassName
{
color: #4B6D68;
}
.AnyTagClassName
{
color: #4B6D68;
}
</style>
background-color css
<style>
a { background-color: #4B6D68; }
a { background-color: rgb(75,109,104); }
div.DivClassName
{
background-color: #4B6D68;
}
.BgClassName
{
background-color: #4B6D68;
}
</style>
border-color css
<style>
span { border-color: #4B6D68; }
span { border-color: rgb(75,109,104); }
td.TdClassName
{
border-color: #4B6D68;
}
.TagClassName
{
border-color: #4B6D68;
}
</style>