Shades of Fern Green #4B773C
Tints of Fern Green #4B773C
RGB
CMYK
RGB Variations
Color information
#4B773C (or 0x4B773C) is known color: Fern Green. HEX triplet: 4B, 77 and 3C. RGB value is (75,119,60). Sum of RGB (Red+Green+Blue) = 75+119+60=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #4B773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B773C is #B488C3. Grayscale: #636363. Windows color (decimal): -11831492 or 3962699. OLE color: 3962699.
HSL color Cylindrical-coordinate representation of color #4B773C: hue angle of 104.75º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B773C is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 60 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.53 |
| HSL | 104.75º | 0.33% | 0.35% | - |
| HSV(B) | 104.75º | 0.5% | 0.47% | - |
| XYZ | 10.31 | 15.02 | 6.63 | - |
| YUV | 99.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 60 | 0.37 | 0 | 0.50 | 0.53 | 104.75 | 0.33 | 0.35 |
| Hex | 4B | 77 | 3C | 25 | 0 | 32 | 35 | 69 | 21 | 23 |
| Octal | 113 | 167 | 74 | 45 | 0 | 62 | 65 | 151 | 41 | 43 |
| Binary | 1001011 | 1110111 | 111100 | 100101 | 0 | 110010 | 110101 | 1101001 | 100001 | 100011 |
Color Harmonies of #4B773C
Complementary color
Monochromatic Colors of #4B773C
Black with #4B773C
Text Example
Text Example
White with #4B773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B773C; }
p { color: rgb(75,119,60); }
H1.HeaderClassName
{
color: #4B773C;
}
.AnyTagClassName
{
color: #4B773C;
}
</style>
background-color css
<style>
a { background-color: #4B773C; }
a { background-color: rgb(75,119,60); }
div.DivClassName
{
background-color: #4B773C;
}
.BgClassName
{
background-color: #4B773C;
}
</style>
border-color css
<style>
span { border-color: #4B773C; }
span { border-color: rgb(75,119,60); }
td.TdClassName
{
border-color: #4B773C;
}
.TagClassName
{
border-color: #4B773C;
}
</style>