Shades of Fern Green #4B7645
Tints of Fern Green #4B7645
RGB
CMYK
RGB Variations
Color information
#4B7645 (or 0x4B7645) is known color: Fern Green. HEX triplet: 4B, 76 and 45. RGB value is (75,118,69). Sum of RGB (Red+Green+Blue) = 75+118+69=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7645 is #B489BA. Grayscale: #636363. Windows color (decimal): -11831739 or 4552267. OLE color: 4552267.
HSL color Cylindrical-coordinate representation of color #4B7645: hue angle of 112.65º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B7645 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 69 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.54 |
| HSL | 112.65º | 0.26% | 0.37% | - |
| HSV(B) | 112.65º | 0.42% | 0.46% | - |
| XYZ | 10.45 | 14.88 | 7.95 | - |
| YUV | 99.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 69 | 0.36 | 0 | 0.42 | 0.54 | 112.65 | 0.26 | 0.37 |
| Hex | 4B | 76 | 45 | 24 | 0 | 2A | 36 | 71 | 1A | 25 |
| Octal | 113 | 166 | 105 | 44 | 0 | 52 | 66 | 161 | 32 | 45 |
| Binary | 1001011 | 1110110 | 1000101 | 100100 | 0 | 101010 | 110110 | 1110001 | 11010 | 100101 |
Color Harmonies of #4B7645
Complementary color
Monochromatic Colors of #4B7645
Black with #4B7645
Text Example
Text Example
White with #4B7645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7645; }
p { color: rgb(75,118,69); }
H1.HeaderClassName
{
color: #4B7645;
}
.AnyTagClassName
{
color: #4B7645;
}
</style>
background-color css
<style>
a { background-color: #4B7645; }
a { background-color: rgb(75,118,69); }
div.DivClassName
{
background-color: #4B7645;
}
.BgClassName
{
background-color: #4B7645;
}
</style>
border-color css
<style>
span { border-color: #4B7645; }
span { border-color: rgb(75,118,69); }
td.TdClassName
{
border-color: #4B7645;
}
.TagClassName
{
border-color: #4B7645;
}
</style>