#4B8745

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

Shades of Fern Green #4B8745

Tints of Fern Green #4B8745

Color information

#4B8745 (or 0x4B8745) is unknown color: approx Fern Green. HEX triplet: 4B, 87 and 45. RGB value is (75,135,69). Sum of RGB (Red+Green+Blue) = 75+135+69=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8745 is #B478BA. Grayscale: #6D6D6D. Windows color (decimal): -11827387 or 4556619. OLE color: 4556619.

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

Color convert

RGB7513569-
CMYK0.4400.490.47
HSL114.55º32.35%40%-
HSV(B)114.55º48.89%52.94%-
XYZ12.6419.258.68-
YUV109.54105.12103.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 135 (53.12% from 255) = 48.39%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=26.88%
G=48.39%
B=24.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75135690.4400.490.47114.5532.3540
Hex4B87452C0312F732028
Octal11320710554061571634050
Binary100101110000111100010110110001100011011111110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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