#50793D

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

Shades of Fern Green #50793D

Tints of Fern Green #50793D

Color information

#50793D (or 0x50793D) is unknown color: approx Fern Green. HEX triplet: 50, 79 and 3D. RGB value is (80,121,61). Sum of RGB (Red+Green+Blue) = 80+121+61=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #50793D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50793D is #AF86C2. Grayscale: #666666. Windows color (decimal): -11503299 or 4028752. OLE color: 4028752.

HSL color Cylindrical-coordinate representation of color #50793D: hue angle of 101º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50793D is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB8012161-
CMYK0.3400.500.53
HSL101º32.97%35.69%-
HSV(B)101º49.59%47.45%-
XYZ10.9915.726.87-
YUV101.9104.92112.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=30.53%
G=46.18%
B=23.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121610.3400.500.5310132.9735.69
Hex50793D2203235652124
Octal1201717542062651454144
Binary1010000111100111110110001001100101101011100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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