Shades of Dark Green Copper #4B736F
Tints of Dark Green Copper #4B736F
RGB
CMYK
RGB Variations
Color information
#4B736F (or 0x4B736F) is known color: Dark Green Copper. HEX triplet: 4B, 73 and 6F. RGB value is (75,115,111). Sum of RGB (Red+Green+Blue) = 75+115+111=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #4B736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B736F is #B48C90. Grayscale: #666666. Windows color (decimal): -11832465 or 7304011. OLE color: 7304011.
HSL color Cylindrical-coordinate representation of color #4B736F: hue angle of 174º 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 #4B736F is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 111 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.55 |
| HSL | 174º | 0.21% | 0.37% | - |
| HSV(B) | 174º | 0.35% | 0.45% | - |
| XYZ | 11.9 | 14.91 | 17.29 | - |
| YUV | 102.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 111 | 0.35 | 0 | 0.03 | 0.55 | 174 | 0.21 | 0.37 |
| Hex | 4B | 73 | 6F | 23 | 0 | 3 | 37 | AE | 15 | 25 |
| Octal | 113 | 163 | 157 | 43 | 0 | 3 | 67 | 256 | 25 | 45 |
| Binary | 1001011 | 1110011 | 1101111 | 100011 | 0 | 11 | 110111 | 10101110 | 10101 | 100101 |
Color Harmonies of #4B736F
Complementary color
Monochromatic Colors of #4B736F
Black with #4B736F
Text Example
Text Example
White with #4B736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B736F; }
p { color: rgb(75,115,111); }
H1.HeaderClassName
{
color: #4B736F;
}
.AnyTagClassName
{
color: #4B736F;
}
</style>
background-color css
<style>
a { background-color: #4B736F; }
a { background-color: rgb(75,115,111); }
div.DivClassName
{
background-color: #4B736F;
}
.BgClassName
{
background-color: #4B736F;
}
</style>
border-color css
<style>
span { border-color: #4B736F; }
span { border-color: rgb(75,115,111); }
td.TdClassName
{
border-color: #4B736F;
}
.TagClassName
{
border-color: #4B736F;
}
</style>