#50814A

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

Shades of Fern Green #50814A

Tints of Fern Green #50814A

Color information

#50814A (or 0x50814A) is unknown color: approx Fern Green. HEX triplet: 50, 81 and 4A. RGB value is (80,129,74). Sum of RGB (Red+Green+Blue) = 80+129+74=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #50814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50814A is #AF7EB5. Grayscale: #6C6C6C. Windows color (decimal): -11501238 or 4882768. OLE color: 4882768.

HSL color Cylindrical-coordinate representation of color #50814A: hue angle of 113.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50814A is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB8012974-
CMYK0.3800.430.49
HSL113.45º27.09%39.8%-
HSV(B)113.45º42.64%50.59%-
XYZ12.3917.99.28-
YUV108.08108.77107.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=28.27%
G=45.58%
B=26.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129740.3800.430.49113.4527.0939.8
Hex50814A2602B31711b28
Octal12020111246053611613350
Binary10100001000000110010101001100101011110001111000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50814A; }

 p { color: rgb(80,129,74); }

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

<style>
 a { background-color: #50814A; }

 a { background-color: rgb(80,129,74); }

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

<style>
 span { border-color: #50814A; }

 span { border-color: rgb(80,129,74); }

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