#4F814C

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

Shades of Fern Green #4F814C

Tints of Fern Green #4F814C

Color information

#4F814C (or 0x4F814C) is unknown color: approx Fern Green. HEX triplet: 4F, 81 and 4C. RGB value is (79,129,76). Sum of RGB (Red+Green+Blue) = 79+129+76=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #4F814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F814C is #B07EB3. Grayscale: #6C6C6C. Windows color (decimal): -11566772 or 5013839. OLE color: 5013839.

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

Color convert

RGB7912976-
CMYK0.3900.410.49
HSL116.6º25.85%40.2%-
HSV(B)116.6º41.09%50.59%-
XYZ12.3817.889.64-
YUV108.01109.94107.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=27.82%
G=45.42%
B=26.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79129760.3900.410.49116.625.8540.2
Hex4F814C2702931751a28
Octal11720111447051611653250
Binary10011111000000110011001001110101001110001111010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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