Shades of Fern Green #4B7543
Tints of Fern Green #4B7543
RGB
CMYK
RGB Variations
Color information
#4B7543 (or 0x4B7543) is known color: Fern Green. HEX triplet: 4B, 75 and 43. RGB value is (75,117,67). Sum of RGB (Red+Green+Blue) = 75+117+67=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7543 is #B48ABC. Grayscale: #626262. Windows color (decimal): -11831997 or 4420939. OLE color: 4420939.
HSL color Cylindrical-coordinate representation of color #4B7543: hue angle of 110.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B7543 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 67 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.54 |
| HSL | 110.4º | 0.27% | 0.36% | - |
| HSV(B) | 110.4º | 0.43% | 0.46% | - |
| XYZ | 10.28 | 14.62 | 7.59 | - |
| YUV | 98.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 67 | 0.36 | 0 | 0.43 | 0.54 | 110.4 | 0.27 | 0.36 |
| Hex | 4B | 75 | 43 | 24 | 0 | 2B | 36 | 6E | 1B | 24 |
| Octal | 113 | 165 | 103 | 44 | 0 | 53 | 66 | 156 | 33 | 44 |
| Binary | 1001011 | 1110101 | 1000011 | 100100 | 0 | 101011 | 110110 | 1101110 | 11011 | 100100 |
Color Harmonies of #4B7543
Complementary color
Monochromatic Colors of #4B7543
Black with #4B7543
Text Example
Text Example
White with #4B7543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7543; }
p { color: rgb(75,117,67); }
H1.HeaderClassName
{
color: #4B7543;
}
.AnyTagClassName
{
color: #4B7543;
}
</style>
background-color css
<style>
a { background-color: #4B7543; }
a { background-color: rgb(75,117,67); }
div.DivClassName
{
background-color: #4B7543;
}
.BgClassName
{
background-color: #4B7543;
}
</style>
border-color css
<style>
span { border-color: #4B7543; }
span { border-color: rgb(75,117,67); }
td.TdClassName
{
border-color: #4B7543;
}
.TagClassName
{
border-color: #4B7543;
}
</style>