#50784A

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

Shades of Fern Green #50784A

Tints of Fern Green #50784A

Color information

#50784A (or 0x50784A) is unknown color: approx Fern Green. HEX triplet: 50, 78 and 4A. RGB value is (80,120,74). Sum of RGB (Red+Green+Blue) = 80+120+74=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #50784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50784A is #AF87B5. Grayscale: #666666. Windows color (decimal): -11503542 or 4880464. OLE color: 4880464.

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

Color convert

RGB8012074-
CMYK0.3300.380.53
HSL112.17º23.71%38.04%-
HSV(B)112.17º38.33%47.06%-
XYZ11.2615.638.9-
YUV102.8111.75111.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=29.20%
G=43.80%
B=27.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120740.3300.380.53112.1723.7138.04
Hex50784A2102635701826
Octal12017011241046651603046
Binary1010000111100010010101000010100110110101111000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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