Shades of Dark Green Copper #4B736C
Tints of Dark Green Copper #4B736C
RGB
CMYK
RGB Variations
Color information
#4B736C (or 0x4B736C) is known color: Dark Green Copper. HEX triplet: 4B, 73 and 6C. RGB value is (75,115,108). Sum of RGB (Red+Green+Blue) = 75+115+108=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #4B736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B736C is #B48C93. Grayscale: #666666. Windows color (decimal): -11832468 or 7107403. OLE color: 7107403.
HSL color Cylindrical-coordinate representation of color #4B736C: hue angle of 169.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 #4B736C is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 108 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.55 |
| HSL | 169.5º | 0.21% | 0.37% | - |
| HSV(B) | 169.5º | 0.35% | 0.45% | - |
| XYZ | 11.74 | 14.84 | 16.43 | - |
| YUV | 102.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 108 | 0.35 | 0 | 0.06 | 0.55 | 169.5 | 0.21 | 0.37 |
| Hex | 4B | 73 | 6C | 23 | 0 | 6 | 37 | AA | 15 | 25 |
| Octal | 113 | 163 | 154 | 43 | 0 | 6 | 67 | 252 | 25 | 45 |
| Binary | 1001011 | 1110011 | 1101100 | 100011 | 0 | 110 | 110111 | 10101010 | 10101 | 100101 |
Color Harmonies of #4B736C
Complementary color
Monochromatic Colors of #4B736C
Black with #4B736C
Text Example
Text Example
White with #4B736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B736C; }
p { color: rgb(75,115,108); }
H1.HeaderClassName
{
color: #4B736C;
}
.AnyTagClassName
{
color: #4B736C;
}
</style>
background-color css
<style>
a { background-color: #4B736C; }
a { background-color: rgb(75,115,108); }
div.DivClassName
{
background-color: #4B736C;
}
.BgClassName
{
background-color: #4B736C;
}
</style>
border-color css
<style>
span { border-color: #4B736C; }
span { border-color: rgb(75,115,108); }
td.TdClassName
{
border-color: #4B736C;
}
.TagClassName
{
border-color: #4B736C;
}
</style>