#50903C

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

Shades of Fern Green #50903C

Tints of Fern Green #50903C

Color information

#50903C (or 0x50903C) is unknown color: approx Fern Green. HEX triplet: 50, 90 and 3C. RGB value is (80,144,60). Sum of RGB (Red+Green+Blue) = 80+144+60=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #50903C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50903C is #AF6FC3. Grayscale: #737373. Windows color (decimal): -11497412 or 3969104. OLE color: 3969104.

HSL color Cylindrical-coordinate representation of color #50903C: hue angle of 105.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50903C is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB8014460-
CMYK0.4400.580.44
HSL105.71º41.18%40%-
HSV(B)105.71º58.33%56.47%-
XYZ14.121.987.77-
YUV115.2996.8102.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=28.17%
G=50.70%
B=21.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80144600.4400.580.44105.7141.1840
Hex50903C2C03A2C6a2928
Octal1202207454072541525150
Binary10100001001000011110010110001110101011001101010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50903C; }

 p { color: rgb(80,144,60); }

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

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

 a { background-color: rgb(80,144,60); }

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

<style>
 span { border-color: #50903C; }

 span { border-color: rgb(80,144,60); }

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