Shades of Fern Green #4B7735
Tints of Fern Green #4B7735
RGB
CMYK
RGB Variations
Color information
#4B7735 (or 0x4B7735) is known color: Fern Green. HEX triplet: 4B, 77 and 35. RGB value is (75,119,53). Sum of RGB (Red+Green+Blue) = 75+119+53=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7735 is #B488CA. Grayscale: #626262. Windows color (decimal): -11831499 or 3503947. OLE color: 3503947.
HSL color Cylindrical-coordinate representation of color #4B7735: hue angle of 100º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B7735 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 53 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.53 |
| HSL | 100º | 0.38% | 0.34% | - |
| HSV(B) | 100º | 0.55% | 0.47% | - |
| XYZ | 10.14 | 14.95 | 5.72 | - |
| YUV | 98.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 53 | 0.37 | 0 | 0.55 | 0.53 | 100 | 0.38 | 0.34 |
| Hex | 4B | 77 | 35 | 25 | 0 | 37 | 35 | 64 | 26 | 22 |
| Octal | 113 | 167 | 65 | 45 | 0 | 67 | 65 | 144 | 46 | 42 |
| Binary | 1001011 | 1110111 | 110101 | 100101 | 0 | 110111 | 110101 | 1100100 | 100110 | 100010 |
Color Harmonies of #4B7735
Complementary color
Monochromatic Colors of #4B7735
Black with #4B7735
Text Example
Text Example
White with #4B7735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7735; }
p { color: rgb(75,119,53); }
H1.HeaderClassName
{
color: #4B7735;
}
.AnyTagClassName
{
color: #4B7735;
}
</style>
background-color css
<style>
a { background-color: #4B7735; }
a { background-color: rgb(75,119,53); }
div.DivClassName
{
background-color: #4B7735;
}
.BgClassName
{
background-color: #4B7735;
}
</style>
border-color css
<style>
span { border-color: #4B7735; }
span { border-color: rgb(75,119,53); }
td.TdClassName
{
border-color: #4B7735;
}
.TagClassName
{
border-color: #4B7735;
}
</style>