#4F894A

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

Shades of Fern Green #4F894A

Tints of Fern Green #4F894A

Color information

#4F894A (or 0x4F894A) is unknown color: approx Fern Green. HEX triplet: 4F, 89 and 4A. RGB value is (79,137,74). Sum of RGB (Red+Green+Blue) = 79+137+74=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #4F894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F894A is #B076B5. Grayscale: #707070. Windows color (decimal): -11564726 or 4884815. OLE color: 4884815.

HSL color Cylindrical-coordinate representation of color #4F894A: hue angle of 115.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F894A is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB7913774-
CMYK0.4200.460.46
HSL115.24º29.86%41.37%-
HSV(B)115.24º45.99%53.73%-
XYZ13.4120.059.64-
YUV112.48106.28104.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.24%
GREEN value IS 137 (53.91% from 255) = 47.24%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=27.24%
G=47.24%
B=25.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79137740.4200.460.46115.2429.8641.37
Hex4F894A2A02E2E731e29
Octal11721111252056561633651
Binary10011111000100110010101010100101110101110111001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,137,74); }

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

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

 a { background-color: rgb(79,137,74); }

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

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

 span { border-color: rgb(79,137,74); }

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