#4B8740

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

Shades of Fern Green #4B8740

Tints of Fern Green #4B8740

Color information

#4B8740 (or 0x4B8740) is unknown color: approx Fern Green. HEX triplet: 4B, 87 and 40. RGB value is (75,135,64). Sum of RGB (Red+Green+Blue) = 75+135+64=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8740 is #B478BF. Grayscale: #6D6D6D. Windows color (decimal): -11827392 or 4228939. OLE color: 4228939.

HSL color Cylindrical-coordinate representation of color #4B8740: hue angle of 110.7º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B8740 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB7513564-
CMYK0.4400.530.47
HSL110.7º35.68%39.02%-
HSV(B)110.7º52.59%52.94%-
XYZ12.4919.197.9-
YUV108.97102.62103.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.37%
GREEN value IS 135 (53.12% from 255) = 49.27%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=27.37%
G=49.27%
B=23.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75135640.4400.530.47110.735.6839.02
Hex4B87402C0352F6f2427
Octal11320710054065571574447
Binary100101110000111100000010110001101011011111101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,135,64); }

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

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

 a { background-color: rgb(75,135,64); }

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

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

 span { border-color: rgb(75,135,64); }

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