#50963F

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

Shades of Fern Green #50963F

Tints of Fern Green #50963F

Color information

#50963F (or 0x50963F) is unknown color: approx Fern Green. HEX triplet: 50, 96 and 3F. RGB value is (80,150,63). Sum of RGB (Red+Green+Blue) = 80+150+63=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #50963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50963F is #AF69C0. Grayscale: #777777. Windows color (decimal): -11495873 or 4167248. OLE color: 4167248.

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

Color convert

RGB8015063-
CMYK0.4700.580.41
HSL108.28º40.85%41.76%-
HSV(B)108.28º58%58.82%-
XYZ15.1123.888.51-
YUV119.1596.31100.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 63 (25% from 255) = 21.50%
R=27.30%
G=51.19%
B=21.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150630.4700.580.41108.2840.8541.76
Hex50963F2F03A296c292a
Octal1202267757072511545152
Binary10100001001011011111110111101110101010011101100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50963F; }

 p { color: rgb(80,150,63); }

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

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

 a { background-color: rgb(80,150,63); }

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

<style>
 span { border-color: #50963F; }

 span { border-color: rgb(80,150,63); }

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