Shades of Dark Green Copper #4B736E
Tints of Dark Green Copper #4B736E
RGB
CMYK
RGB Variations
Color information
#4B736E (or 0x4B736E) is known color: Dark Green Copper. HEX triplet: 4B, 73 and 6E. RGB value is (75,115,110). Sum of RGB (Red+Green+Blue) = 75+115+110=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #4B736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B736E is #B48C91. Grayscale: #666666. Windows color (decimal): -11832466 or 7238475. OLE color: 7238475.
HSL color Cylindrical-coordinate representation of color #4B736E: hue angle of 172.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B736E is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 110 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.55 |
| HSL | 172.5º | 0.21% | 0.37% | - |
| HSV(B) | 172.5º | 0.35% | 0.45% | - |
| XYZ | 11.85 | 14.88 | 17 | - |
| YUV | 102.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 110 | 0.35 | 0 | 0.04 | 0.55 | 172.5 | 0.21 | 0.37 |
| Hex | 4B | 73 | 6E | 23 | 0 | 4 | 37 | AC | 15 | 25 |
| Octal | 113 | 163 | 156 | 43 | 0 | 4 | 67 | 254 | 25 | 45 |
| Binary | 1001011 | 1110011 | 1101110 | 100011 | 0 | 100 | 110111 | 10101100 | 10101 | 100101 |
Color Harmonies of #4B736E
Complementary color
Monochromatic Colors of #4B736E
Black with #4B736E
Text Example
Text Example
White with #4B736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B736E; }
p { color: rgb(75,115,110); }
H1.HeaderClassName
{
color: #4B736E;
}
.AnyTagClassName
{
color: #4B736E;
}
</style>
background-color css
<style>
a { background-color: #4B736E; }
a { background-color: rgb(75,115,110); }
div.DivClassName
{
background-color: #4B736E;
}
.BgClassName
{
background-color: #4B736E;
}
</style>
border-color css
<style>
span { border-color: #4B736E; }
span { border-color: rgb(75,115,110); }
td.TdClassName
{
border-color: #4B736E;
}
.TagClassName
{
border-color: #4B736E;
}
</style>