Shades of Fern Green #4B753F
Tints of Fern Green #4B753F
RGB
CMYK
RGB Variations
Color information
#4B753F (or 0x4B753F) is known color: Fern Green. HEX triplet: 4B, 75 and 3F. RGB value is (75,117,63). Sum of RGB (Red+Green+Blue) = 75+117+63=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #4B753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B753F is #B48AC0. Grayscale: #626262. Windows color (decimal): -11832001 or 4158795. OLE color: 4158795.
HSL color Cylindrical-coordinate representation of color #4B753F: hue angle of 106.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B753F is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 63 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.54 |
| HSL | 106.67º | 0.3% | 0.35% | - |
| HSV(B) | 106.67º | 0.46% | 0.46% | - |
| XYZ | 10.16 | 14.58 | 6.98 | - |
| YUV | 98.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 63 | 0.36 | 0 | 0.46 | 0.54 | 106.67 | 0.3 | 0.35 |
| Hex | 4B | 75 | 3F | 24 | 0 | 2E | 36 | 6B | 1E | 23 |
| Octal | 113 | 165 | 77 | 44 | 0 | 56 | 66 | 153 | 36 | 43 |
| Binary | 1001011 | 1110101 | 111111 | 100100 | 0 | 101110 | 110110 | 1101011 | 11110 | 100011 |
Color Harmonies of #4B753F
Complementary color
Monochromatic Colors of #4B753F
Black with #4B753F
Text Example
Text Example
White with #4B753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B753F; }
p { color: rgb(75,117,63); }
H1.HeaderClassName
{
color: #4B753F;
}
.AnyTagClassName
{
color: #4B753F;
}
</style>
background-color css
<style>
a { background-color: #4B753F; }
a { background-color: rgb(75,117,63); }
div.DivClassName
{
background-color: #4B753F;
}
.BgClassName
{
background-color: #4B753F;
}
</style>
border-color css
<style>
span { border-color: #4B753F; }
span { border-color: rgb(75,117,63); }
td.TdClassName
{
border-color: #4B753F;
}
.TagClassName
{
border-color: #4B753F;
}
</style>