Shades of Fern Green #4B823A
Tints of Fern Green #4B823A
RGB
CMYK
RGB Variations
Color information
#4B823A (or 0x4B823A) is known color: Fern Green. HEX triplet: 4B, 82 and 3A. RGB value is (75,130,58). Sum of RGB (Red+Green+Blue) = 75+130+58=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #4B823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B823A is #B47DC5. Grayscale: #696969. Windows color (decimal): -11828678 or 3834443. OLE color: 3834443.
HSL color Cylindrical-coordinate representation of color #4B823A: hue angle of 105.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B823A is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 130 | 58 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.49 |
| HSL | 105.83º | 0.38% | 0.37% | - |
| HSV(B) | 105.83º | 0.55% | 0.51% | - |
| XYZ | 11.65 | 17.77 | 6.82 | - |
| YUV | 105.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 130 | 58 | 0.42 | 0 | 0.55 | 0.49 | 105.83 | 0.38 | 0.37 |
| Hex | 4B | 82 | 3A | 2A | 0 | 37 | 31 | 6A | 26 | 25 |
| Octal | 113 | 202 | 72 | 52 | 0 | 67 | 61 | 152 | 46 | 45 |
| Binary | 1001011 | 10000010 | 111010 | 101010 | 0 | 110111 | 110001 | 1101010 | 100110 | 100101 |
Color Harmonies of #4B823A
Complementary color
Monochromatic Colors of #4B823A
Black with #4B823A
Text Example
Text Example
White with #4B823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B823A; }
p { color: rgb(75,130,58); }
H1.HeaderClassName
{
color: #4B823A;
}
.AnyTagClassName
{
color: #4B823A;
}
</style>
background-color css
<style>
a { background-color: #4B823A; }
a { background-color: rgb(75,130,58); }
div.DivClassName
{
background-color: #4B823A;
}
.BgClassName
{
background-color: #4B823A;
}
</style>
border-color css
<style>
span { border-color: #4B823A; }
span { border-color: rgb(75,130,58); }
td.TdClassName
{
border-color: #4B823A;
}
.TagClassName
{
border-color: #4B823A;
}
</style>