#50803D

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

Shades of Fern Green #50803D

Tints of Fern Green #50803D

Color information

#50803D (or 0x50803D) is unknown color: approx Fern Green. HEX triplet: 50, 80 and 3D. RGB value is (80,128,61). Sum of RGB (Red+Green+Blue) = 80+128+61=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #50803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50803D is #AF7FC2. Grayscale: #6A6A6A. Windows color (decimal): -11501507 or 4030544. OLE color: 4030544.

HSL color Cylindrical-coordinate representation of color #50803D: hue angle of 102.99º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50803D is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB8012861-
CMYK0.3800.520.50
HSL102.99º35.45%37.06%-
HSV(B)102.99º52.34%50.2%-
XYZ11.8717.487.16-
YUV106.01102.6109.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=29.74%
G=47.58%
B=22.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128610.3800.520.50102.9935.4537.06
Hex50803D2603432672325
Octal1202007546064621474345
Binary10100001000000011110110011001101001100101100111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50803D; }

 p { color: rgb(80,128,61); }

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

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

 a { background-color: rgb(80,128,61); }

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

<style>
 span { border-color: #50803D; }

 span { border-color: rgb(80,128,61); }

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