Html Css Color HEX #50774B Fern Green

📋 copy color: '#50774B'

red 80 ◦ green 119 ◦ blue 75

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

Shades of Fern Green #50774B

Tints of Fern Green #50774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 29.2%
G = 43.43%
B = 27.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#50774B (or 0x50774B) is known color: Fern Green. HEX triplet: 50, 77 and 4B. RGB value is (80,119,75). Sum of RGB (Red+Green+Blue) = 80+119+75=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #50774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50774B is #AF88B4. Grayscale: #666666. Windows color (decimal): -11503797 or 4945744. OLE color: 4945744.

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

Color convert

RGB 80 119 75 -
CMYK 0.33 0 0.37 0.53
HSL 113.18º 0.23% 0.38% -
HSV(B) 113.18º 0.37% 0.47% -
XYZ 11.18 15.41 9.04 -
YUV 102.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 80 119 75 0.33 0 0.37 0.53 113.18 0.23 0.38
Hex 50 77 4B 21 0 25 35 71 17 26
Octal 120 167 113 41 0 45 65 161 27 46
Binary 1010000 1110111 1001011 100001 0 100101 110101 1110001 10111 100110

Color Harmonies of #50774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50774B

Black with #50774B

Text Example


Text Example

White with #50774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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