Shades of Fern Green #4B743B
Tints of Fern Green #4B743B
RGB
CMYK
RGB Variations
Color information
#4B743B (or 0x4B743B) is known color: Fern Green. HEX triplet: 4B, 74 and 3B. RGB value is (75,116,59). Sum of RGB (Red+Green+Blue) = 75+116+59=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #4B743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B743B is #B48BC4. Grayscale: #616161. Windows color (decimal): -11832261 or 3896395. OLE color: 3896395.
HSL color Cylindrical-coordinate representation of color #4B743B: hue angle of 103.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B743B is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 59 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.55 |
| HSL | 103.16º | 0.33% | 0.34% | - |
| HSV(B) | 103.16º | 0.49% | 0.45% | - |
| XYZ | 9.94 | 14.3 | 6.37 | - |
| YUV | 97.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 59 | 0.35 | 0 | 0.49 | 0.55 | 103.16 | 0.33 | 0.34 |
| Hex | 4B | 74 | 3B | 23 | 0 | 31 | 37 | 67 | 21 | 22 |
| Octal | 113 | 164 | 73 | 43 | 0 | 61 | 67 | 147 | 41 | 42 |
| Binary | 1001011 | 1110100 | 111011 | 100011 | 0 | 110001 | 110111 | 1100111 | 100001 | 100010 |
Color Harmonies of #4B743B
Complementary color
Monochromatic Colors of #4B743B
Black with #4B743B
Text Example
Text Example
White with #4B743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B743B; }
p { color: rgb(75,116,59); }
H1.HeaderClassName
{
color: #4B743B;
}
.AnyTagClassName
{
color: #4B743B;
}
</style>
background-color css
<style>
a { background-color: #4B743B; }
a { background-color: rgb(75,116,59); }
div.DivClassName
{
background-color: #4B743B;
}
.BgClassName
{
background-color: #4B743B;
}
</style>
border-color css
<style>
span { border-color: #4B743B; }
span { border-color: rgb(75,116,59); }
td.TdClassName
{
border-color: #4B743B;
}
.TagClassName
{
border-color: #4B743B;
}
</style>