Shades of Fern Green #4C6F3B
Tints of Fern Green #4C6F3B
RGB
CMYK
RGB Variations
Color information
#4C6F3B (or 0x4C6F3B) is known color: Fern Green. HEX triplet: 4C, 6F and 3B. RGB value is (76,111,59). Sum of RGB (Red+Green+Blue) = 76+111+59=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6F3B is #B390C4. Grayscale: #5E5E5E. Windows color (decimal): -11768005 or 3895116. OLE color: 3895116.
HSL color Cylindrical-coordinate representation of color #4C6F3B: hue angle of 100.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C6F3B is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 111 | 59 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.56 |
| HSL | 100.38º | 0.31% | 0.33% | - |
| HSV(B) | 100.38º | 0.47% | 0.44% | - |
| XYZ | 9.45 | 13.22 | 6.19 | - |
| YUV | 94.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 59 | 0.32 | 0 | 0.47 | 0.56 | 100.38 | 0.31 | 0.33 |
| Hex | 4C | 6F | 3B | 20 | 0 | 2F | 38 | 64 | 1F | 21 |
| Octal | 114 | 157 | 73 | 40 | 0 | 57 | 70 | 144 | 37 | 41 |
| Binary | 1001100 | 1101111 | 111011 | 100000 | 0 | 101111 | 111000 | 1100100 | 11111 | 100001 |
Color Harmonies of #4C6F3B
Complementary color
Monochromatic Colors of #4C6F3B
Black with #4C6F3B
Text Example
Text Example
White with #4C6F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6F3B; }
p { color: rgb(76,111,59); }
H1.HeaderClassName
{
color: #4C6F3B;
}
.AnyTagClassName
{
color: #4C6F3B;
}
</style>
background-color css
<style>
a { background-color: #4C6F3B; }
a { background-color: rgb(76,111,59); }
div.DivClassName
{
background-color: #4C6F3B;
}
.BgClassName
{
background-color: #4C6F3B;
}
</style>
border-color css
<style>
span { border-color: #4C6F3B; }
span { border-color: rgb(76,111,59); }
td.TdClassName
{
border-color: #4C6F3B;
}
.TagClassName
{
border-color: #4C6F3B;
}
</style>