#4F7F32

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

Shades of Fern Green #4F7F32

Tints of Fern Green #4F7F32

Color information

#4F7F32 (or 0x4F7F32) is unknown color: approx Fern Green. HEX triplet: 4F, 7F and 32. RGB value is (79,127,50). Sum of RGB (Red+Green+Blue) = 79+127+50=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #4F7F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7F32 is #B080CD. Grayscale: #686868. Windows color (decimal): -11567310 or 3309391. OLE color: 3309391.

HSL color Cylindrical-coordinate representation of color #4F7F32: hue angle of 97.4º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F7F32 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB7912750-
CMYK0.3800.610.50
HSL97.4º43.5%34.71%-
HSV(B)97.4º60.63%49.8%-
XYZ11.3917.075.71-
YUV103.8797.6110.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.86%
GREEN value IS 127 (50% from 255) = 49.61%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=30.86%
G=49.61%
B=19.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79127500.3800.610.5097.443.534.71
Hex4F7F322603D32612c23
Octal1171776246075621415443
Binary1001111111111111001010011001111011100101100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,127,50); }

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

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

 a { background-color: rgb(79,127,50); }

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

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

 span { border-color: rgb(79,127,50); }

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