Shades of Fern Green #4B723D
Tints of Fern Green #4B723D
RGB
CMYK
RGB Variations
Color information
#4B723D (or 0x4B723D) is known color: Fern Green. HEX triplet: 4B, 72 and 3D. RGB value is (75,114,61). Sum of RGB (Red+Green+Blue) = 75+114+61=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #4B723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B723D is #B48DC2. Grayscale: #606060. Windows color (decimal): -11832771 or 4026955. OLE color: 4026955.
HSL color Cylindrical-coordinate representation of color #4B723D: hue angle of 104.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B723D is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 61 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.55 |
| HSL | 104.15º | 0.3% | 0.34% | - |
| HSV(B) | 104.15º | 0.46% | 0.45% | - |
| XYZ | 9.76 | 13.87 | 6.58 | - |
| YUV | 96.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 61 | 0.34 | 0 | 0.46 | 0.55 | 104.15 | 0.3 | 0.34 |
| Hex | 4B | 72 | 3D | 22 | 0 | 2E | 37 | 68 | 1E | 22 |
| Octal | 113 | 162 | 75 | 42 | 0 | 56 | 67 | 150 | 36 | 42 |
| Binary | 1001011 | 1110010 | 111101 | 100010 | 0 | 101110 | 110111 | 1101000 | 11110 | 100010 |
Color Harmonies of #4B723D
Complementary color
Monochromatic Colors of #4B723D
Black with #4B723D
Text Example
Text Example
White with #4B723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B723D; }
p { color: rgb(75,114,61); }
H1.HeaderClassName
{
color: #4B723D;
}
.AnyTagClassName
{
color: #4B723D;
}
</style>
background-color css
<style>
a { background-color: #4B723D; }
a { background-color: rgb(75,114,61); }
div.DivClassName
{
background-color: #4B723D;
}
.BgClassName
{
background-color: #4B723D;
}
</style>
border-color css
<style>
span { border-color: #4B723D; }
span { border-color: rgb(75,114,61); }
td.TdClassName
{
border-color: #4B723D;
}
.TagClassName
{
border-color: #4B723D;
}
</style>