Shades of Fern Green #4B7832
Tints of Fern Green #4B7832
RGB
CMYK
RGB Variations
Color information
#4B7832 (or 0x4B7832) is known color: Fern Green. HEX triplet: 4B, 78 and 32. RGB value is (75,120,50). Sum of RGB (Red+Green+Blue) = 75+120+50=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7832 is #B487CD. Grayscale: #626262. Windows color (decimal): -11831246 or 3307595. OLE color: 3307595.
HSL color Cylindrical-coordinate representation of color #4B7832: hue angle of 98.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B7832 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 50 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.53 |
| HSL | 98.57º | 0.41% | 0.33% | - |
| HSV(B) | 98.57º | 0.58% | 0.47% | - |
| XYZ | 10.19 | 15.16 | 5.41 | - |
| YUV | 98.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 50 | 0.37 | 0 | 0.58 | 0.53 | 98.57 | 0.41 | 0.33 |
| Hex | 4B | 78 | 32 | 25 | 0 | 3A | 35 | 63 | 29 | 21 |
| Octal | 113 | 170 | 62 | 45 | 0 | 72 | 65 | 143 | 51 | 41 |
| Binary | 1001011 | 1111000 | 110010 | 100101 | 0 | 111010 | 110101 | 1100011 | 101001 | 100001 |
Color Harmonies of #4B7832
Complementary color
Monochromatic Colors of #4B7832
Black with #4B7832
Text Example
Text Example
White with #4B7832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7832; }
p { color: rgb(75,120,50); }
H1.HeaderClassName
{
color: #4B7832;
}
.AnyTagClassName
{
color: #4B7832;
}
</style>
background-color css
<style>
a { background-color: #4B7832; }
a { background-color: rgb(75,120,50); }
div.DivClassName
{
background-color: #4B7832;
}
.BgClassName
{
background-color: #4B7832;
}
</style>
border-color css
<style>
span { border-color: #4B7832; }
span { border-color: rgb(75,120,50); }
td.TdClassName
{
border-color: #4B7832;
}
.TagClassName
{
border-color: #4B7832;
}
</style>