#50783A

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

Shades of Fern Green #50783A

Tints of Fern Green #50783A

Color information

#50783A (or 0x50783A) is unknown color: approx Fern Green. HEX triplet: 50, 78 and 3A. RGB value is (80,120,58). Sum of RGB (Red+Green+Blue) = 80+120+58=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #50783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50783A is #AF87C5. Grayscale: #656565. Windows color (decimal): -11503558 or 3831888. OLE color: 3831888.

HSL color Cylindrical-coordinate representation of color #50783A: hue angle of 98.71º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50783A is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB8012058-
CMYK0.3300.520.53
HSL98.71º34.83%34.9%-
HSV(B)98.71º51.67%47.06%-
XYZ10.7915.446.42-
YUV100.97103.75113.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=31.01%
G=46.51%
B=22.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120580.3300.520.5398.7134.8334.9
Hex50783A2103435632323
Octal1201707241064651434343
Binary1010000111100011101010000101101001101011100011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50783A; }

 p { color: rgb(80,120,58); }

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

<style>
 a { background-color: #50783A; }

 a { background-color: rgb(80,120,58); }

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

<style>
 span { border-color: #50783A; }

 span { border-color: rgb(80,120,58); }

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