Shades of Fern Green #4B733B
Tints of Fern Green #4B733B
RGB
CMYK
RGB Variations
Color information
#4B733B (or 0x4B733B) is known color: Fern Green. HEX triplet: 4B, 73 and 3B. RGB value is (75,115,59). Sum of RGB (Red+Green+Blue) = 75+115+59=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #4B733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B733B is #B48CC4. Grayscale: #606060. Windows color (decimal): -11832517 or 3896139. OLE color: 3896139.
HSL color Cylindrical-coordinate representation of color #4B733B: hue angle of 102.86º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B733B is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 59 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.55 |
| HSL | 102.86º | 0.32% | 0.34% | - |
| HSV(B) | 102.86º | 0.49% | 0.45% | - |
| XYZ | 9.82 | 14.07 | 6.34 | - |
| YUV | 96.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 59 | 0.35 | 0 | 0.49 | 0.55 | 102.86 | 0.32 | 0.34 |
| Hex | 4B | 73 | 3B | 23 | 0 | 31 | 37 | 67 | 20 | 22 |
| Octal | 113 | 163 | 73 | 43 | 0 | 61 | 67 | 147 | 40 | 42 |
| Binary | 1001011 | 1110011 | 111011 | 100011 | 0 | 110001 | 110111 | 1100111 | 100000 | 100010 |
Color Harmonies of #4B733B
Complementary color
Monochromatic Colors of #4B733B
Black with #4B733B
Text Example
Text Example
White with #4B733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B733B; }
p { color: rgb(75,115,59); }
H1.HeaderClassName
{
color: #4B733B;
}
.AnyTagClassName
{
color: #4B733B;
}
</style>
background-color css
<style>
a { background-color: #4B733B; }
a { background-color: rgb(75,115,59); }
div.DivClassName
{
background-color: #4B733B;
}
.BgClassName
{
background-color: #4B733B;
}
</style>
border-color css
<style>
span { border-color: #4B733B; }
span { border-color: rgb(75,115,59); }
td.TdClassName
{
border-color: #4B733B;
}
.TagClassName
{
border-color: #4B733B;
}
</style>