Html Css Color HEX #50774A Fern Green

📋 copy color: '#50774A'

red 80 ◦ green 119 ◦ blue 74

#50774A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #50774A

Tints of Fern Green #50774A

RGB

 RED value IS 80 (31.64% from 255) = 29.3%

 GREEN value IS 119 (46.88% from 255) = 43.59%

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 29.3%
G = 43.59%
B = 27.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#50774A (or 0x50774A) is known color: Fern Green. HEX triplet: 50, 77 and 4A. RGB value is (80,119,74). Sum of RGB (Red+Green+Blue) = 80+119+74=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #50774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50774A is #AF88B5. Grayscale: #666666. Windows color (decimal): -11503798 or 4880208. OLE color: 4880208.

HSL color Cylindrical-coordinate representation of color #50774A: hue angle of 112º degrees, saturation: 0.23, 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 #50774A is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 74 -
CMYK 0.33 0 0.38 0.53
HSL 112º 0.23% 0.38% -
HSV(B) 112º 0.38% 0.47% -
XYZ 11.14 15.39 8.86 -
YUV 102.21 112.08 112.16 -
System Red Green Blue C M Y K H S L
Decimal 80 119 74 0.33 0 0.38 0.53 112 0.23 0.38
Hex 50 77 4A 21 0 26 35 70 17 26
Octal 120 167 112 41 0 46 65 160 27 46
Binary 1010000 1110111 1001010 100001 0 100110 110101 1110000 10111 100110

Color Harmonies of #50774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50774A

Black with #50774A

Text Example


Text Example

White with #50774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50774A;
 }
 .AnyTagClassName
 {
   color: #50774A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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