#4F774A

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

Shades of Fern Green #4F774A

Tints of Fern Green #4F774A

Color information

#4F774A (or 0x4F774A) is unknown color: approx Fern Green. HEX triplet: 4F, 77 and 4A. RGB value is (79,119,74). Sum of RGB (Red+Green+Blue) = 79+119+74=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #4F774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F774A is #B088B5. Grayscale: #666666. Windows color (decimal): -11569334 or 4880207. OLE color: 4880207.

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

Color convert

RGB7911974-
CMYK0.3400.380.53
HSL113.33º23.32%37.84%-
HSV(B)113.33º37.82%46.67%-
XYZ11.0615.358.86-
YUV101.91112.25111.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=29.04%
G=43.75%
B=27.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79119740.3400.380.53113.3323.3237.84
Hex4F774A2202635711726
Octal11716711242046651612746
Binary1001111111011110010101000100100110110101111000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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