#50793E

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

Shades of Fern Green #50793E

Tints of Fern Green #50793E

Color information

#50793E (or 0x50793E) is unknown color: approx Fern Green. HEX triplet: 50, 79 and 3E. RGB value is (80,121,62). Sum of RGB (Red+Green+Blue) = 80+121+62=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #50793E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50793E is #AF86C1. Grayscale: #666666. Windows color (decimal): -11503298 or 4094288. OLE color: 4094288.

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

Color convert

RGB8012162-
CMYK0.3400.490.53
HSL101.69º32.24%35.88%-
HSV(B)101.69º48.76%47.45%-
XYZ11.0215.737.01-
YUV102.02105.42112.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=30.42%
G=46.01%
B=23.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121620.3400.490.53101.6932.2435.88
Hex50793E2203135662024
Octal1201717642061651464044
Binary1010000111100111111010001001100011101011100110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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