Shades of Fern Green #4D753C
Tints of Fern Green #4D753C
RGB
CMYK
RGB Variations
Color information
#4D753C (or 0x4D753C) is known color: Fern Green. HEX triplet: 4D, 75 and 3C. RGB value is (77,117,60). Sum of RGB (Red+Green+Blue) = 77+117+60=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #4D753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D753C is #B28AC3. Grayscale: #626262. Windows color (decimal): -11700932 or 3962189. OLE color: 3962189.
HSL color Cylindrical-coordinate representation of color #4D753C: hue angle of 102.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D753C is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 60 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.54 |
| HSL | 102.11º | 0.32% | 0.35% | - |
| HSV(B) | 102.11º | 0.49% | 0.46% | - |
| XYZ | 10.24 | 14.63 | 6.56 | - |
| YUV | 98.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 60 | 0.34 | 0 | 0.49 | 0.54 | 102.11 | 0.32 | 0.35 |
| Hex | 4D | 75 | 3C | 22 | 0 | 31 | 36 | 66 | 20 | 23 |
| Octal | 115 | 165 | 74 | 42 | 0 | 61 | 66 | 146 | 40 | 43 |
| Binary | 1001101 | 1110101 | 111100 | 100010 | 0 | 110001 | 110110 | 1100110 | 100000 | 100011 |
Color Harmonies of #4D753C
Complementary color
Monochromatic Colors of #4D753C
Black with #4D753C
Text Example
Text Example
White with #4D753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D753C; }
p { color: rgb(77,117,60); }
H1.HeaderClassName
{
color: #4D753C;
}
.AnyTagClassName
{
color: #4D753C;
}
</style>
background-color css
<style>
a { background-color: #4D753C; }
a { background-color: rgb(77,117,60); }
div.DivClassName
{
background-color: #4D753C;
}
.BgClassName
{
background-color: #4D753C;
}
</style>
border-color css
<style>
span { border-color: #4D753C; }
span { border-color: rgb(77,117,60); }
td.TdClassName
{
border-color: #4D753C;
}
.TagClassName
{
border-color: #4D753C;
}
</style>