Shades of Fern Green #4B753A
Tints of Fern Green #4B753A
RGB
CMYK
RGB Variations
Color information
#4B753A (or 0x4B753A) is known color: Fern Green. HEX triplet: 4B, 75 and 3A. RGB value is (75,117,58). Sum of RGB (Red+Green+Blue) = 75+117+58=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #4B753A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B753A is #B48AC5. Grayscale: #616161. Windows color (decimal): -11832006 or 3831115. OLE color: 3831115.
HSL color Cylindrical-coordinate representation of color #4B753A: hue angle of 102.71º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B753A is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 58 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.54 |
| HSL | 102.71º | 0.34% | 0.34% | - |
| HSV(B) | 102.71º | 0.5% | 0.46% | - |
| XYZ | 10.03 | 14.52 | 6.28 | - |
| YUV | 97.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 58 | 0.36 | 0 | 0.50 | 0.54 | 102.71 | 0.34 | 0.34 |
| Hex | 4B | 75 | 3A | 24 | 0 | 32 | 36 | 67 | 22 | 22 |
| Octal | 113 | 165 | 72 | 44 | 0 | 62 | 66 | 147 | 42 | 42 |
| Binary | 1001011 | 1110101 | 111010 | 100100 | 0 | 110010 | 110110 | 1100111 | 100010 | 100010 |
Color Harmonies of #4B753A
Complementary color
Monochromatic Colors of #4B753A
Black with #4B753A
Text Example
Text Example
White with #4B753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B753A; }
p { color: rgb(75,117,58); }
H1.HeaderClassName
{
color: #4B753A;
}
.AnyTagClassName
{
color: #4B753A;
}
</style>
background-color css
<style>
a { background-color: #4B753A; }
a { background-color: rgb(75,117,58); }
div.DivClassName
{
background-color: #4B753A;
}
.BgClassName
{
background-color: #4B753A;
}
</style>
border-color css
<style>
span { border-color: #4B753A; }
span { border-color: rgb(75,117,58); }
td.TdClassName
{
border-color: #4B753A;
}
.TagClassName
{
border-color: #4B753A;
}
</style>