#4F814B

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

Shades of Fern Green #4F814B

Tints of Fern Green #4F814B

Color information

#4F814B (or 0x4F814B) is unknown color: approx Fern Green. HEX triplet: 4F, 81 and 4B. RGB value is (79,129,75). Sum of RGB (Red+Green+Blue) = 79+129+75=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #4F814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F814B is #B07EB4. Grayscale: #6C6C6C. Windows color (decimal): -11566773 or 4948303. OLE color: 4948303.

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

Color convert

RGB7912975-
CMYK0.3900.420.49
HSL115.56º26.47%40%-
HSV(B)115.56º41.86%50.59%-
XYZ12.3417.879.46-
YUV107.89109.44107.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=27.92%
G=45.58%
B=26.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79129750.3900.420.49115.5626.4740
Hex4F814B2702A31741a28
Octal11720111347052611643250
Binary10011111000000110010111001110101010110001111010011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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