Html Css Color HEX #50773F Fern Green

📋 copy color: '#50773F'

red 80 ◦ green 119 ◦ blue 63

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

Shades of Fern Green #50773F

Tints of Fern Green #50773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.05%

R = 30.53%
G = 45.42%
B = 24.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#50773F (or 0x50773F) is known color: Fern Green. HEX triplet: 50, 77 and 3F. RGB value is (80,119,63). Sum of RGB (Red+Green+Blue) = 80+119+63=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #50773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50773F is #AF88C0. Grayscale: #656565. Windows color (decimal): -11503809 or 4159312. OLE color: 4159312.

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

Color convert

RGB 80 119 63 -
CMYK 0.33 0 0.47 0.53
HSL 101.79º 0.31% 0.36% -
HSV(B) 101.79º 0.47% 0.47% -
XYZ 10.8 15.26 7.08 -
YUV 100.96 106.58 113.05 -
System Red Green Blue C M Y K H S L
Decimal 80 119 63 0.33 0 0.47 0.53 101.79 0.31 0.36
Hex 50 77 3F 21 0 2F 35 66 1F 24
Octal 120 167 77 41 0 57 65 146 37 44
Binary 1010000 1110111 111111 100001 0 101111 110101 1100110 11111 100100

Color Harmonies of #50773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50773F

Black with #50773F

Text Example


Text Example

White with #50773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50773F; }

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

 H1.HeaderClassName
 {
   color: #50773F;
 }
 .AnyTagClassName
 {
   color: #50773F;
 }
</style>

background-color css

<style>
 a { background-color: #50773F; }

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

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

border-color css

<style>
 span { border-color: #50773F; }

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

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