#50844a

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

Shades of Fern Green #50844A

Tints of Fern Green #50844A

Color information

#50844A (or 0x50844A) is unknown color: approx Fern Green. HEX triplet: 50, 84 and 4A. RGB value is (80,132,74). Sum of RGB (Red+Green+Blue) = 80+132+74=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #50844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50844A is #AF7BB5. Grayscale: #6E6E6E. Windows color (decimal): -11500470 or 4883536. OLE color: 4883536.

HSL color Cylindrical-coordinate representation of color #50844A: hue angle of 113.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50844A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB8013274-
CMYK0.3900.440.48
HSL113.79º28.16%40.39%-
HSV(B)113.79º43.94%51.76%-
XYZ12.818.79.41-
YUV109.84107.77106.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=27.97%
G=46.15%
B=25.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132740.3900.440.48113.7928.1640.39
Hex50844A2702C30721c28
Octal12020411247054601623450
Binary10100001000010010010101001110101100110000111001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50844a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50844a; }

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

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

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

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

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

<style>
 span { border-color: #50844a; }

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

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