#50884A

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

Shades of Fern Green #50884A

Tints of Fern Green #50884A

Color information

#50884A (or 0x50884A) is unknown color: approx Fern Green. HEX triplet: 50, 88 and 4A. RGB value is (80,136,74). Sum of RGB (Red+Green+Blue) = 80+136+74=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #50884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50884A is #AF77B5. Grayscale: #707070. Windows color (decimal): -11499446 or 4884560. OLE color: 4884560.

HSL color Cylindrical-coordinate representation of color #50884A: hue angle of 114.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50884A is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB8013674-
CMYK0.4100.460.47
HSL114.19º29.52%41.18%-
HSV(B)114.19º45.59%53.33%-
XYZ13.3519.819.6-
YUV112.19106.45105.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 136 (53.52% from 255) = 46.90%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=27.59%
G=46.90%
B=25.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136740.4100.460.47114.1929.5241.18
Hex50884A2902E2F721e29
Octal12021011251056571623651
Binary10100001000100010010101010010101110101111111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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