#4F814A

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

Shades of Fern Green #4F814A

Tints of Fern Green #4F814A

Color information

#4F814A (or 0x4F814A) is unknown color: approx Fern Green. HEX triplet: 4F, 81 and 4A. RGB value is (79,129,74). Sum of RGB (Red+Green+Blue) = 79+129+74=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #4F814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F814A is #B07EB5. Grayscale: #6B6B6B. Windows color (decimal): -11566774 or 4882767. OLE color: 4882767.

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

Color convert

RGB7912974-
CMYK0.3900.430.49
HSL114.55º27.09%39.8%-
HSV(B)114.55º42.64%50.59%-
XYZ12.3117.869.28-
YUV107.78108.94107.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.01%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=28.01%
G=45.74%
B=26.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79129740.3900.430.49114.5527.0939.8
Hex4F814A2702B31731b28
Octal11720111247053611633350
Binary10011111000000110010101001110101011110001111001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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