#4F794A

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

Shades of Fern Green #4F794A

Tints of Fern Green #4F794A

Color information

#4F794A (or 0x4F794A) is unknown color: approx Fern Green. HEX triplet: 4F, 79 and 4A. RGB value is (79,121,74). Sum of RGB (Red+Green+Blue) = 79+121+74=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #4F794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F794A is #B086B5. Grayscale: #676767. Windows color (decimal): -11568822 or 4880719. OLE color: 4880719.

HSL color Cylindrical-coordinate representation of color #4F794A: hue angle of 113.62º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F794A is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB7912174-
CMYK0.3500.390.53
HSL113.62º24.1%38.24%-
HSV(B)113.62º38.84%47.45%-
XYZ11.315.838.94-
YUV103.08111.59110.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.83%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=28.83%
G=44.16%
B=27.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79121740.3500.390.53113.6224.138.24
Hex4F794A2302735721826
Octal11717111243047651623046
Binary1001111111100110010101000110100111110101111001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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