#50943E

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

Shades of Fern Green #50943E

Tints of Fern Green #50943E

Color information

#50943E (or 0x50943E) is unknown color: approx Fern Green. HEX triplet: 50, 94 and 3E. RGB value is (80,148,62). Sum of RGB (Red+Green+Blue) = 80+148+62=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #50943E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50943E is #AF6BC1. Grayscale: #767676. Windows color (decimal): -11496386 or 4101200. OLE color: 4101200.

HSL color Cylindrical-coordinate representation of color #50943E: hue angle of 107.44º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50943E is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB8014862-
CMYK0.4600.580.42
HSL107.44º40.95%41.18%-
HSV(B)107.44º58.11%58.04%-
XYZ14.7723.238.26-
YUV117.8696.47100.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=27.59%
G=51.03%
B=21.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148620.4600.580.42107.4440.9541.18
Hex50943E2E03A2A6b2929
Octal1202247656072521535151
Binary10100001001010011111010111001110101010101101011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50943E; }

 p { color: rgb(80,148,62); }

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

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

 a { background-color: rgb(80,148,62); }

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

<style>
 span { border-color: #50943E; }

 span { border-color: rgb(80,148,62); }

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