Shades of Fern Green #4B7B45
Tints of Fern Green #4B7B45
RGB
CMYK
RGB Variations
Color information
#4B7B45 (or 0x4B7B45) is known color: Fern Green. HEX triplet: 4B, 7B and 45. RGB value is (75,123,69). Sum of RGB (Red+Green+Blue) = 75+123+69=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7B45 is #B484BA. Grayscale: #666666. Windows color (decimal): -11830459 or 4553547. OLE color: 4553547.
HSL color Cylindrical-coordinate representation of color #4B7B45: hue angle of 113.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B7B45 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 123 | 69 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.52 |
| HSL | 113.33º | 0.28% | 0.38% | - |
| HSV(B) | 113.33º | 0.44% | 0.48% | - |
| XYZ | 11.06 | 16.09 | 8.15 | - |
| YUV | 102.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 69 | 0.39 | 0 | 0.44 | 0.52 | 113.33 | 0.28 | 0.38 |
| Hex | 4B | 7B | 45 | 27 | 0 | 2C | 34 | 71 | 1C | 26 |
| Octal | 113 | 173 | 105 | 47 | 0 | 54 | 64 | 161 | 34 | 46 |
| Binary | 1001011 | 1111011 | 1000101 | 100111 | 0 | 101100 | 110100 | 1110001 | 11100 | 100110 |
Color Harmonies of #4B7B45
Complementary color
Monochromatic Colors of #4B7B45
Black with #4B7B45
Text Example
Text Example
White with #4B7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7B45; }
p { color: rgb(75,123,69); }
H1.HeaderClassName
{
color: #4B7B45;
}
.AnyTagClassName
{
color: #4B7B45;
}
</style>
background-color css
<style>
a { background-color: #4B7B45; }
a { background-color: rgb(75,123,69); }
div.DivClassName
{
background-color: #4B7B45;
}
.BgClassName
{
background-color: #4B7B45;
}
</style>
border-color css
<style>
span { border-color: #4B7B45; }
span { border-color: rgb(75,123,69); }
td.TdClassName
{
border-color: #4B7B45;
}
.TagClassName
{
border-color: #4B7B45;
}
</style>