Shades of Fern Green #4B7337
Tints of Fern Green #4B7337
RGB
CMYK
RGB Variations
Color information
#4B7337 (or 0x4B7337) is known color: Fern Green. HEX triplet: 4B, 73 and 37. RGB value is (75,115,55). Sum of RGB (Red+Green+Blue) = 75+115+55=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7337 is #B48CC8. Grayscale: #606060. Windows color (decimal): -11832521 or 3633995. OLE color: 3633995.
HSL color Cylindrical-coordinate representation of color #4B7337: hue angle of 100º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B7337 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 55 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.55 |
| HSL | 100º | 0.35% | 0.33% | - |
| HSV(B) | 100º | 0.52% | 0.45% | - |
| XYZ | 9.72 | 14.03 | 5.81 | - |
| YUV | 96.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 55 | 0.35 | 0 | 0.52 | 0.55 | 100 | 0.35 | 0.33 |
| Hex | 4B | 73 | 37 | 23 | 0 | 34 | 37 | 64 | 23 | 21 |
| Octal | 113 | 163 | 67 | 43 | 0 | 64 | 67 | 144 | 43 | 41 |
| Binary | 1001011 | 1110011 | 110111 | 100011 | 0 | 110100 | 110111 | 1100100 | 100011 | 100001 |
Color Harmonies of #4B7337
Complementary color
Monochromatic Colors of #4B7337
Black with #4B7337
Text Example
Text Example
White with #4B7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7337; }
p { color: rgb(75,115,55); }
H1.HeaderClassName
{
color: #4B7337;
}
.AnyTagClassName
{
color: #4B7337;
}
</style>
background-color css
<style>
a { background-color: #4B7337; }
a { background-color: rgb(75,115,55); }
div.DivClassName
{
background-color: #4B7337;
}
.BgClassName
{
background-color: #4B7337;
}
</style>
border-color css
<style>
span { border-color: #4B7337; }
span { border-color: rgb(75,115,55); }
td.TdClassName
{
border-color: #4B7337;
}
.TagClassName
{
border-color: #4B7337;
}
</style>