#4F8145

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

Shades of Fern Green #4F8145

Tints of Fern Green #4F8145

Color information

#4F8145 (or 0x4F8145) is unknown color: approx Fern Green. HEX triplet: 4F, 81 and 45. RGB value is (79,129,69). Sum of RGB (Red+Green+Blue) = 79+129+69=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8145 is #B07EBA. Grayscale: #6B6B6B. Windows color (decimal): -11566779 or 4555087. OLE color: 4555087.

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

Color convert

RGB7912969-
CMYK0.3900.470.49
HSL110º30.3%38.82%-
HSV(B)110º46.51%50.59%-
XYZ12.1517.798.42-
YUV107.21106.44107.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.52%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=28.52%
G=46.57%
B=24.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79129690.3900.470.4911030.338.82
Hex4F81452702F316e1e27
Octal11720110547057611563647
Binary10011111000000110001011001110101111110001110111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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