Shades of Fern Green #4B853A
Tints of Fern Green #4B853A
RGB
CMYK
RGB Variations
Color information
#4B853A (or 0x4B853A) is known color: Fern Green. HEX triplet: 4B, 85 and 3A. RGB value is (75,133,58). Sum of RGB (Red+Green+Blue) = 75+133+58=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #4B853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B853A is #B47AC5. Grayscale: #6B6B6B. Windows color (decimal): -11827910 or 3835211. OLE color: 3835211.
HSL color Cylindrical-coordinate representation of color #4B853A: hue angle of 106.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B853A is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 133 | 58 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.48 |
| HSL | 106.4º | 0.39% | 0.37% | - |
| HSV(B) | 106.4º | 0.56% | 0.52% | - |
| XYZ | 12.05 | 18.58 | 6.95 | - |
| YUV | 107.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 133 | 58 | 0.44 | 0 | 0.56 | 0.48 | 106.4 | 0.39 | 0.37 |
| Hex | 4B | 85 | 3A | 2C | 0 | 38 | 30 | 6A | 27 | 25 |
| Octal | 113 | 205 | 72 | 54 | 0 | 70 | 60 | 152 | 47 | 45 |
| Binary | 1001011 | 10000101 | 111010 | 101100 | 0 | 111000 | 110000 | 1101010 | 100111 | 100101 |
Color Harmonies of #4B853A
Complementary color
Monochromatic Colors of #4B853A
Black with #4B853A
Text Example
Text Example
White with #4B853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B853A; }
p { color: rgb(75,133,58); }
H1.HeaderClassName
{
color: #4B853A;
}
.AnyTagClassName
{
color: #4B853A;
}
</style>
background-color css
<style>
a { background-color: #4B853A; }
a { background-color: rgb(75,133,58); }
div.DivClassName
{
background-color: #4B853A;
}
.BgClassName
{
background-color: #4B853A;
}
</style>
border-color css
<style>
span { border-color: #4B853A; }
span { border-color: rgb(75,133,58); }
td.TdClassName
{
border-color: #4B853A;
}
.TagClassName
{
border-color: #4B853A;
}
</style>