#4F8134

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

Shades of Fern Green #4F8134

Tints of Fern Green #4F8134

Color information

#4F8134 (or 0x4F8134) is unknown color: approx Fern Green. HEX triplet: 4F, 81 and 34. RGB value is (79,129,52). Sum of RGB (Red+Green+Blue) = 79+129+52=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8134 is #B07ECB. Grayscale: #696969. Windows color (decimal): -11566796 or 3440975. OLE color: 3440975.

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

Color convert

RGB7912952-
CMYK0.3900.600.49
HSL98.96º42.54%35.49%-
HSV(B)98.96º59.69%50.59%-
XYZ11.6917.616.03-
YUV105.2797.94109.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 129 (50.78% from 255) = 49.62%
BLUE value IS 52 (20.70% from 255) = 20%
R=30.38%
G=49.62%
B=20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79129520.3900.600.4998.9642.5435.49
Hex4F81342703C31632b23
Octal1172016447074611435343
Binary10011111000000111010010011101111001100011100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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