Shades of Fern Green #4B743C
Tints of Fern Green #4B743C
RGB
CMYK
RGB Variations
Color information
#4B743C (or 0x4B743C) is known color: Fern Green. HEX triplet: 4B, 74 and 3C. RGB value is (75,116,60). Sum of RGB (Red+Green+Blue) = 75+116+60=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #4B743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B743C is #B48BC3. Grayscale: #616161. Windows color (decimal): -11832260 or 3961931. OLE color: 3961931.
HSL color Cylindrical-coordinate representation of color #4B743C: hue angle of 103.93º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B743C is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 60 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.55 |
| HSL | 103.93º | 0.32% | 0.35% | - |
| HSV(B) | 103.93º | 0.48% | 0.45% | - |
| XYZ | 9.96 | 14.31 | 6.51 | - |
| YUV | 97.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 60 | 0.35 | 0 | 0.48 | 0.55 | 103.93 | 0.32 | 0.35 |
| Hex | 4B | 74 | 3C | 23 | 0 | 30 | 37 | 68 | 20 | 23 |
| Octal | 113 | 164 | 74 | 43 | 0 | 60 | 67 | 150 | 40 | 43 |
| Binary | 1001011 | 1110100 | 111100 | 100011 | 0 | 110000 | 110111 | 1101000 | 100000 | 100011 |
Color Harmonies of #4B743C
Complementary color
Monochromatic Colors of #4B743C
Black with #4B743C
Text Example
Text Example
White with #4B743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B743C; }
p { color: rgb(75,116,60); }
H1.HeaderClassName
{
color: #4B743C;
}
.AnyTagClassName
{
color: #4B743C;
}
</style>
background-color css
<style>
a { background-color: #4B743C; }
a { background-color: rgb(75,116,60); }
div.DivClassName
{
background-color: #4B743C;
}
.BgClassName
{
background-color: #4B743C;
}
</style>
border-color css
<style>
span { border-color: #4B743C; }
span { border-color: rgb(75,116,60); }
td.TdClassName
{
border-color: #4B743C;
}
.TagClassName
{
border-color: #4B743C;
}
</style>