#4B8D47

Color #4B8D47 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #4B8D47

Tints of Fern Green #4B8D47

Color information

#4B8D47 (or 0x4B8D47) is unknown color: approx Fern Green. HEX triplet: 4B, 8D and 47. RGB value is (75,141,71). Sum of RGB (Red+Green+Blue) = 75+141+71=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8D47 is #B472B8. Grayscale: #717171. Windows color (decimal): -11825849 or 4689227. OLE color: 4689227.

HSL color Cylindrical-coordinate representation of color #4B8D47: hue angle of 116.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B8D47 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB7514171-
CMYK0.4700.500.45
HSL116.57º33.02%41.57%-
HSV(B)116.57º49.65%55.29%-
XYZ13.56219.3-
YUV113.29104.13100.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=26.13%
G=49.13%
B=24.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75141710.4700.500.45116.5733.0241.57
Hex4B8D472F0322D75212a
Octal11321510757062551654152
Binary100101110001101100011110111101100101011011110101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B8D47; }

 p { color: rgb(75,141,71); }

 H1.HeaderClassName
 {
   color: #4B8D47;
 }
 .AnyTagClassName
 {
   color: #4B8D47;
 }
</style>
background-color css

<style>
 a { background-color: #4B8D47; }

 a { background-color: rgb(75,141,71); }

 div.DivClassName
 {
   background-color: #4B8D47;
 }
 .BgClassName
 {
   background-color: #4B8D47;
 }
</style>
border-color css

<style>
 span { border-color: #4B8D47; }

 span { border-color: rgb(75,141,71); }

 td.TdClassName
 {
   border-color: #4B8D47;
 }
 .TagClassName
 {
   border-color: #4B8D47;
 }
</style>