#50793F

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

Shades of Fern Green #50793F

Tints of Fern Green #50793F

Color information

#50793F (or 0x50793F) is unknown color: approx Fern Green. HEX triplet: 50, 79 and 3F. RGB value is (80,121,63). Sum of RGB (Red+Green+Blue) = 80+121+63=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #50793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50793F is #AF86C0. Grayscale: #666666. Windows color (decimal): -11503297 or 4159824. OLE color: 4159824.

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

Color convert

RGB8012163-
CMYK0.3400.480.53
HSL102.41º31.52%36.08%-
HSV(B)102.41º47.93%47.45%-
XYZ11.0415.747.16-
YUV102.13105.92112.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 63 (25% from 255) = 23.86%
R=30.30%
G=45.83%
B=23.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121630.3400.480.53102.4131.5236.08
Hex50793F2203035662024
Octal1201717742060651464044
Binary1010000111100111111110001001100001101011100110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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